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

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Oct 9, 2021
1 parent b8215f6 commit 4c51c1a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
Empty file.
19 changes: 19 additions & 0 deletions grpc-google-cloud-artifact-registry-v1/.new-list.txt
@@ -0,0 +1,19 @@
[INFO] com.google.api.grpc:proto-google-cloud-artifact-registry-v1:jar:0.4.4-SNAPSHOT:compile
[INFO] com.google.api.grpc:proto-google-common-protos:jar:2.5.0:compile
[INFO] com.google.api.grpc:proto-google-iam-v1:jar:1.1.2:compile
[INFO] com.google.api:api-common:jar:2.0.2:compile
[INFO] com.google.auto.value:auto-value-annotations:jar:1.8.2:compile
[INFO] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] com.google.errorprone:error_prone_annotations:jar:2.9.0:compile
[INFO] com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] com.google.guava:guava:jar:30.1.1-jre:compile
[INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] com.google.protobuf:protobuf-java:jar:3.17.3:compile
[INFO] io.grpc:grpc-api:jar:1.40.1:compile
[INFO] io.grpc:grpc-context:jar:1.40.1:compile
[INFO] io.grpc:grpc-protobuf-lite:jar:1.40.1:compile
[INFO] io.grpc:grpc-protobuf:jar:1.40.1:compile
[INFO] io.grpc:grpc-stub:jar:1.40.1:compile
[INFO] javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] org.checkerframework:checker-qual:jar:3.8.0:compile
19 changes: 19 additions & 0 deletions grpc-google-cloud-artifact-registry-v1/.org-list.txt
@@ -0,0 +1,19 @@
[INFO] com.google.api.grpc:proto-google-cloud-artifact-registry-v1:jar:0.4.4-SNAPSHOT:compile
[INFO] com.google.api.grpc:proto-google-common-protos:jar:2.5.0:compile
[INFO] com.google.api.grpc:proto-google-iam-v1:jar:1.1.2:compile
[INFO] com.google.api:api-common:jar:2.0.2:compile
[INFO] com.google.auto.value:auto-value-annotations:jar:1.8.2:compile
[INFO] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] com.google.errorprone:error_prone_annotations:jar:2.9.0:compile
[INFO] com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] com.google.guava:guava:jar:30.1.1-jre:compile
[INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] com.google.protobuf:protobuf-java:jar:3.17.3:compile
[INFO] io.grpc:grpc-api:jar:1.40.1:compile
[INFO] io.grpc:grpc-context:jar:1.40.1:compile
[INFO] io.grpc:grpc-protobuf-lite:jar:1.40.1:compile
[INFO] io.grpc:grpc-protobuf:jar:1.40.1:compile
[INFO] io.grpc:grpc-stub:jar:1.40.1:compile
[INFO] javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] org.checkerframework:checker-qual:jar:3.8.0:compile
6 changes: 1 addition & 5 deletions grpc-google-cloud-artifact-registry-v1/pom.xml
Expand Up @@ -29,10 +29,6 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
Expand Down Expand Up @@ -66,4 +62,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 4c51c1a

Please sign in to comment.