Skip to content

Commit

Permalink
fix: grafeas is runtime scope (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Aug 11, 2022
1 parent 3cd7ace commit 8298694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions java-binary-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-binary-authorization</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.1'
implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.2'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.1"
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.2"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
</dependency>
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<scope>runtime</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand All @@ -78,11 +83,6 @@
<scope>test</scope>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 8298694

Please sign in to comment.