Skip to content

Commit a854ff1

Browse files
authored
chore: remove versions of managed dependencies (GoogleCloudPlatform#7863)
* chore: remove versions of managed dependencies * revert exceptions * update formatting in jobs pom.xml * Update pom.xml
1 parent 68e2318 commit a854ff1

File tree

59 files changed

+58
-155
lines changed

Some content is hidden

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

59 files changed

+58
-155
lines changed

appengine-java11/guestbook-cloud-firestore/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.guava</groupId>
7474
<artifactId>guava</artifactId>
75-
<version>31.1-jre</version>
76-
</dependency>
75+
</dependency>
7776

7877
<dependency>
7978
<groupId>javax.servlet</groupId>

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-jetty</artifactId>
73-
<version>2.7.10</version>
74-
</dependency>
73+
</dependency>
7574
</dependencies>
7675

7776
<build>

appengine-java11/tasks-handler/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ limitations under the License.
6262
<dependency>
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-web</artifactId>
65-
<version>2.7.10</version>
6665
<exclusions>
6766
<!-- Exclude the Tomcat dependency -->
6867
<exclusion>
@@ -74,8 +73,7 @@ limitations under the License.
7473
<dependency>
7574
<groupId>org.springframework.boot</groupId>
7675
<artifactId>spring-boot-starter-jetty</artifactId>
77-
<version>2.7.10</version>
78-
</dependency>
76+
</dependency>
7977

8078
</dependencies>
8179

appengine-java11/vertx-helloworld/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ limitations under the License.
7474
<dependency>
7575
<groupId>io.vertx</groupId>
7676
<artifactId>vertx-unit</artifactId>
77-
<version>4.4.1</version>
7877
<scope>test</scope>
7978
</dependency>
8079
</dependencies>

appengine-java8/springboot-helloworld/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-starter-web</artifactId>
3232
<version>${spring.boot.version}</version>
33-
<!-- Exclude Tomcat so that it doesn't conflict w/ Jetty server -->
33+
<!-- Exclude Tomcat so that it doesn't conflict w/ Jetty server -->
3434
<exclusions>
3535
<exclusion>
3636
<groupId>org.springframework.boot</groupId>
@@ -50,7 +50,6 @@
5050
<dependency>
5151
<groupId>javax.servlet</groupId>
5252
<artifactId>javax.servlet-api</artifactId>
53-
<version>4.0.1</version>
5453
<scope>provided</scope>
5554
</dependency>
5655

@@ -63,7 +62,6 @@
6362
<dependency>
6463
<groupId>junit</groupId>
6564
<artifactId>junit</artifactId>
66-
<version>4.13.2</version>
6765
<scope>test</scope>
6866
</dependency>
6967
</dependencies>

auth/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ limitations under the License.
6161
<dependency>
6262
<groupId>com.google.auth</groupId>
6363
<artifactId>google-auth-library-appengine</artifactId>
64-
<version>1.15.0</version>
65-
</dependency>
64+
</dependency>
6665
<dependency>
6766
<groupId>com.google.auth</groupId>
6867
<artifactId>google-auth-library-oauth2-http</artifactId>
69-
<version>1.15.0</version>
70-
</dependency>
68+
</dependency>
7169
<dependency>
7270
<groupId>com.google.cloud</groupId>
7371
<artifactId>google-cloud-apikeys</artifactId>

cloud-sql/mysql/client-side-encryption/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.http-client</groupId>
6565
<artifactId>google-http-client-jackson2</artifactId>
66-
<version>1.42.3</version>
67-
</dependency>
66+
</dependency>
6867
<dependency>
6968
<groupId>com.google.cloud.sql</groupId>
7069
<artifactId>mysql-socket-factory-connector-j-8</artifactId>

cloud-sql/postgres/client-side-encryption/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.http-client</groupId>
6565
<artifactId>google-http-client-jackson2</artifactId>
66-
<version>1.42.3</version>
67-
</dependency>
66+
</dependency>
6867
<dependency>
6968
<groupId>com.google.cloud.sql</groupId>
7069
<artifactId>postgres-socket-factory</artifactId>

cloud-sql/sqlserver/client-side-encryption/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.http-client</groupId>
6565
<artifactId>google-http-client-jackson2</artifactId>
66-
<version>1.42.3</version>
67-
</dependency>
66+
</dependency>
6867
<dependency>
6968
<groupId>com.google.cloud.sql</groupId>
7069
<artifactId>cloud-sql-connector-jdbc-sqlserver</artifactId>

compute/cloud-client/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>google-cloud-compute</artifactId>
2525
<groupId>com.google.cloud</groupId>
2626
<version>1.18.0</version>
27-
</dependency>
27+
</dependency>
2828
<dependency>
2929
<artifactId>google-cloud-storage</artifactId>
3030
<groupId>com.google.cloud</groupId>
@@ -36,13 +36,11 @@
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax</artifactId>
39-
<version>2.23.0</version>
40-
</dependency>
39+
</dependency>
4140
<dependency>
4241
<groupId>com.google.api</groupId>
4342
<artifactId>gax-httpjson</artifactId>
44-
<version>0.108.1</version>
45-
</dependency>
43+
</dependency>
4644

4745

4846
<!-- Test dependencies -->

0 commit comments

Comments
 (0)