Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Aug 3, 2022
1 parent bc4ef12 commit c27a007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
4 changes: 2 additions & 2 deletions java-beyondcorp-clientconnectorservices/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repo": "googleapis/java-beyondcorp-clientconnectorservices",
"repo_short": "java-beyondcorp-clientconnectorservices",
"distribution_name": "com.google.cloud:google-cloud-beyondcorp-clientconnectorservices",
"api_id": "beyondcorp-clientconnectorservices.googleapis.com",
"api_id": "beyondcorp.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
Expand Down Expand Up @@ -93,24 +89,12 @@
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand All @@ -136,4 +120,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
Expand Down

0 comments on commit c27a007

Please sign in to comment.