Skip to content

Commit

Permalink
Fix recommender dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlier-gcp authored and lesv committed Mar 17, 2020
1 parent 321fb53 commit 4fa5dcf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recommender/beta/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommender</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommender-v1beta1</artifactId>
<version>0.4.0</version>
</dependency>
<!-- [END recommender_java_dependencies] -->

Expand Down

0 comments on commit 4fa5dcf

Please sign in to comment.