Skip to content

Commit d4aea9b

Browse files
committed
chore(java-storage): modernize root pom.xml
1 parent de48382 commit d4aea9b

1 file changed

Lines changed: 8 additions & 40 deletions

File tree

java-storage/pom.xml

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
<packaging>pom</packaging>
77
<version>2.64.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
88
<name>Storage Parent</name>
9-
<url>https://github.com/googleapis/java-storage</url>
9+
<url>https://github.com/googleapis/google-cloud-java</url>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
1313

1414
<parent>
1515
<groupId>com.google.cloud</groupId>
16-
<artifactId>sdk-platform-java-config</artifactId>
17-
<version>3.57.0</version>
16+
<artifactId>google-cloud-jar-parent</artifactId>
17+
<version>1.82.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
1819
</parent>
1920

2021
<developers>
@@ -32,13 +33,13 @@
3233
<name>Google LLC</name>
3334
</organization>
3435
<scm>
35-
<connection>scm:git:git@github.com:googleapis/java-storage.git</connection>
36-
<developerConnection>scm:git:git@github.com:googleapis/java-storage.git</developerConnection>
37-
<url>https://github.com/googleapis/java-storage</url>
36+
<connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection>
37+
<developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection>
38+
<url>https://github.com/googleapis/google-cloud-java</url>
3839
<tag>HEAD</tag>
3940
</scm>
4041
<issueManagement>
41-
<url>https://github.com/googleapis/java-storage/issues</url>
42+
<url>https://github.com/googleapis/google-cloud-java/issues</url>
4243
<system>GitHub Issues</system>
4344
</issueManagement>
4445

@@ -59,13 +60,6 @@
5960

6061
<dependencyManagement>
6162
<dependencies>
62-
<dependency>
63-
<groupId>com.google.cloud</groupId>
64-
<artifactId>google-cloud-shared-dependencies</artifactId>
65-
<version>${google-cloud-shared-dependencies.version}</version>
66-
<type>pom</type>
67-
<scope>import</scope>
68-
</dependency>
6963
<dependency>
7064
<groupId>org.junit</groupId>
7165
<artifactId>junit-bom</artifactId>
@@ -87,20 +81,13 @@
8781
<dependency>
8882
<groupId>com.google.apis</groupId>
8983
<artifactId>google-api-services-storage</artifactId>
90-
<version>v1-rev20251118-2.0.0</version>
9184
</dependency>
9285
<dependency>
9386
<groupId>com.google.cloud</groupId>
9487
<artifactId>google-cloud-pubsub</artifactId>
9588
<version>1.148.0</version>
9689
<scope>test</scope>
9790
</dependency>
98-
<dependency>
99-
<groupId>org.mockito</groupId>
100-
<artifactId>mockito-core</artifactId>
101-
<version>4.11.0</version>
102-
<scope>test</scope>
103-
</dependency>
10491
<dependency>
10592
<groupId>com.google.api.grpc</groupId>
10693
<artifactId>proto-google-cloud-storage-v2</artifactId>
@@ -143,32 +130,13 @@
143130
</exclusion>
144131
</exclusions>
145132
</dependency>
146-
<dependency>
147-
<groupId>org.apache.httpcomponents</groupId>
148-
<artifactId>httpclient</artifactId>
149-
<version>4.5.14</version>
150-
<scope>test</scope>
151-
</dependency>
152133
<dependency>
153134
<groupId>org.apache.httpcomponents</groupId>
154135
<artifactId>httpmime</artifactId>
155136
<version>4.5.14</version>
156137
<scope>test</scope>
157138
</dependency>
158-
<dependency>
159-
<groupId>org.apache.httpcomponents</groupId>
160-
<artifactId>httpcore</artifactId>
161-
<version>4.4.16</version>
162-
<scope>test</scope>
163-
</dependency>
164139

165-
<!-- Test dependencies -->
166-
<dependency>
167-
<groupId>junit</groupId>
168-
<artifactId>junit</artifactId>
169-
<version>4.13.2</version>
170-
<scope>test</scope>
171-
</dependency>
172140
<dependency>
173141
<groupId>com.google.truth</groupId>
174142
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)