Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

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 7b43a28 commit f76e876
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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
10 changes: 5 additions & 5 deletions google-cloud-binary-authorization/pom.xml
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 f76e876

Please sign in to comment.