Skip to content

Commit

Permalink
chore: remove unused grpc-apihub poms (#11185)
Browse files Browse the repository at this point in the history
* chore: remove unused grpc-apihub poms

* remove missed pom references
  • Loading branch information
mpeddada1 authored Sep 25, 2024
1 parent 742f30a commit 8c20573
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 62 deletions.
5 changes: 0 additions & 5 deletions java-apihub/google-cloud-apihub-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<artifactId>google-cloud-apihub</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-apihub:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-apihub-v1</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-apihub-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-apihub-v1</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions java-apihub/google-cloud-apihub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-apihub-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down
45 changes: 0 additions & 45 deletions java-apihub/grpc-google-cloud-apihub-v1/pom.xml

This file was deleted.

7 changes: 0 additions & 7 deletions java-apihub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,16 @@
<artifactId>google-cloud-apihub</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-apihub:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-apihub-v1</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-apihub-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-apihub-v1</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-apihub-v1:current} -->
</dependency>

</dependencies>
</dependencyManagement>

<modules>
<module>google-cloud-apihub</module>
<module>grpc-google-cloud-apihub-v1</module>
<module>proto-google-cloud-apihub-v1</module>
<module>google-cloud-apihub-bom</module>
</modules>
Expand Down

0 comments on commit 8c20573

Please sign in to comment.