|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>2.64.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} --> |
8 | 8 | <name>Storage Parent</name> |
9 | | - <url>https://github.com/googleapis/java-storage</url> |
| 9 | + <url>https://github.com/googleapis/google-cloud-java</url> |
10 | 10 | <description> |
11 | 11 | Java idiomatic client for Google Cloud Platform services. |
12 | 12 | </description> |
13 | 13 |
|
14 | 14 | <parent> |
15 | 15 | <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> |
18 | 19 | </parent> |
19 | 20 |
|
20 | 21 | <developers> |
|
32 | 33 | <name>Google LLC</name> |
33 | 34 | </organization> |
34 | 35 | <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> |
38 | 39 | <tag>HEAD</tag> |
39 | 40 | </scm> |
40 | 41 | <issueManagement> |
41 | | - <url>https://github.com/googleapis/java-storage/issues</url> |
| 42 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
42 | 43 | <system>GitHub Issues</system> |
43 | 44 | </issueManagement> |
44 | 45 |
|
|
59 | 60 |
|
60 | 61 | <dependencyManagement> |
61 | 62 | <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> |
69 | 63 | <dependency> |
70 | 64 | <groupId>org.junit</groupId> |
71 | 65 | <artifactId>junit-bom</artifactId> |
|
87 | 81 | <dependency> |
88 | 82 | <groupId>com.google.apis</groupId> |
89 | 83 | <artifactId>google-api-services-storage</artifactId> |
90 | | - <version>v1-rev20251118-2.0.0</version> |
91 | 84 | </dependency> |
92 | 85 | <dependency> |
93 | 86 | <groupId>com.google.cloud</groupId> |
94 | 87 | <artifactId>google-cloud-pubsub</artifactId> |
95 | 88 | <version>1.148.0</version> |
96 | 89 | <scope>test</scope> |
97 | 90 | </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> |
104 | 91 | <dependency> |
105 | 92 | <groupId>com.google.api.grpc</groupId> |
106 | 93 | <artifactId>proto-google-cloud-storage-v2</artifactId> |
|
143 | 130 | </exclusion> |
144 | 131 | </exclusions> |
145 | 132 | </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> |
152 | 133 | <dependency> |
153 | 134 | <groupId>org.apache.httpcomponents</groupId> |
154 | 135 | <artifactId>httpmime</artifactId> |
155 | 136 | <version>4.5.14</version> |
156 | 137 | <scope>test</scope> |
157 | 138 | </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> |
164 | 139 |
|
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> |
172 | 140 | <dependency> |
173 | 141 | <groupId>com.google.truth</groupId> |
174 | 142 | <artifactId>truth</artifactId> |
|
0 commit comments