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

Commit 6af2fd3

Browse files
chore: update Java and Python dependencies (#32)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 408420890 Source-Link: googleapis/googleapis@2921f9f Source-Link: https://github.com/googleapis/googleapis-gen/commit/6598ca8cbbf5226733a099c4506518a5af6ff74c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9
1 parent e740e8e commit 6af2fd3

File tree

114 files changed

+14737
-23302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+14737
-23302
lines changed

google-cloud-deploy/pom.xml

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -16,74 +16,6 @@
1616
<properties>
1717
<site.installationModule>google-cloud-deploy</site.installationModule>
1818
</properties>
19-
<dependencies>
20-
<dependency>
21-
<groupId>io.grpc</groupId>
22-
<artifactId>grpc-api</artifactId>
23-
</dependency>
24-
<dependency>
25-
<groupId>io.grpc</groupId>
26-
<artifactId>grpc-stub</artifactId>
27-
</dependency>
28-
<dependency>
29-
<groupId>io.grpc</groupId>
30-
<artifactId>grpc-protobuf</artifactId>
31-
</dependency>
32-
<dependency>
33-
<groupId>com.google.api</groupId>
34-
<artifactId>api-common</artifactId>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.protobuf</groupId>
38-
<artifactId>protobuf-java</artifactId>
39-
</dependency>
40-
<dependency>
41-
<groupId>com.google.api.grpc</groupId>
42-
<artifactId>proto-google-common-protos</artifactId>
43-
</dependency>
44-
45-
<dependency>
46-
<groupId>com.google.api.grpc</groupId>
47-
<artifactId>proto-google-cloud-deploy-v1</artifactId>
48-
</dependency>
49-
<dependency>
50-
<groupId>com.google.guava</groupId>
51-
<artifactId>guava</artifactId>
52-
</dependency>
53-
<dependency>
54-
<groupId>com.google.api</groupId>
55-
<artifactId>gax</artifactId>
56-
</dependency>
57-
<dependency>
58-
<groupId>com.google.api</groupId>
59-
<artifactId>gax-grpc</artifactId>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.threeten</groupId>
63-
<artifactId>threetenbp</artifactId>
64-
</dependency>
65-
66-
<!-- Test dependencies -->
67-
<dependency>
68-
<groupId>junit</groupId>
69-
<artifactId>junit</artifactId>
70-
<scope>test</scope>
71-
<version>4.13.2</version>
72-
</dependency>
73-
74-
<dependency>
75-
<groupId>com.google.api.grpc</groupId>
76-
<artifactId>grpc-google-cloud-deploy-v1</artifactId>
77-
<scope>test</scope>
78-
</dependency>
79-
<!-- Need testing utility classes for generated gRPC clients tests -->
80-
<dependency>
81-
<groupId>com.google.api</groupId>
82-
<artifactId>gax-grpc</artifactId>
83-
<classifier>testlib</classifier>
84-
<scope>test</scope>
85-
</dependency>
86-
</dependencies>
8719

8820
<profiles>
8921
<profile>

grpc-google-cloud-deploy-v1/pom.xml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,6 @@
1212
<artifactId>google-cloud-deploy-parent</artifactId>
1313
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-deploy:current} -->
1414
</parent>
15-
<dependencies>
16-
<dependency>
17-
<groupId>io.grpc</groupId>
18-
<artifactId>grpc-api</artifactId>
19-
</dependency>
20-
<dependency>
21-
<groupId>io.grpc</groupId>
22-
<artifactId>grpc-stub</artifactId>
23-
</dependency>
24-
<dependency>
25-
<groupId>io.grpc</groupId>
26-
<artifactId>grpc-protobuf</artifactId>
27-
</dependency>
28-
<dependency>
29-
<groupId>com.google.protobuf</groupId>
30-
<artifactId>protobuf-java</artifactId>
31-
</dependency>
32-
<dependency>
33-
<groupId>com.google.api.grpc</groupId>
34-
<artifactId>proto-google-common-protos</artifactId>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.api.grpc</groupId>
38-
<artifactId>proto-google-cloud-deploy-v1</artifactId>
39-
</dependency>
40-
<dependency>
41-
<groupId>com.google.guava</groupId>
42-
<artifactId>guava</artifactId>
43-
</dependency>
44-
</dependencies>
4515

4616
<profiles>
4717
<profile>
@@ -66,4 +36,4 @@
6636
</plugin>
6737
</plugins>
6838
</build>
69-
</project>
39+
</project>

0 commit comments

Comments
 (0)