Skip to content

Commit 44409b9

Browse files
author
Reynald Borer
committed
Ensure dependency convergence
This is done using dependencyManagement at the root pom
1 parent 1fade09 commit 44409b9

File tree

21 files changed

+116
-49
lines changed

21 files changed

+116
-49
lines changed

google-cloud-bigquery/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.12</version>
5554
<scope>test</scope>
5655
</dependency>
5756
<dependency>

google-cloud-compute/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<dependency>
4545
<groupId>junit</groupId>
4646
<artifactId>junit</artifactId>
47-
<version>4.12</version>
4847
<scope>test</scope>
4948
</dependency>
5049
<dependency>

google-cloud-contrib/google-cloud-nio-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<version>${storage.version}</version>
2424
</dependency>
2525

26-
<dependency>
26+
<!--<dependency>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-assembly-plugin</artifactId>
2929
<version>2.5.4</version>
30-
</dependency>
30+
</dependency>-->
3131
</dependencies>
3232
<build>
3333
<plugins>

google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
<dependency>
2626
<groupId>com.google.guava</groupId>
2727
<artifactId>guava</artifactId>
28-
<version>19.0</version>
2928
</dependency>
3029
<dependency>
3130
<groupId>com.google.code.findbugs</groupId>
3231
<artifactId>jsr305</artifactId>
33-
<version>2.0.1</version>
3432
</dependency>
3533
<dependency>
3634
<groupId>javax.inject</groupId>
@@ -46,19 +44,16 @@
4644
<dependency>
4745
<groupId>com.google.auto.value</groupId>
4846
<artifactId>auto-value</artifactId>
49-
<version>1.1</version>
5047
<scope>provided</scope> <!-- to leave out of the all-deps jar -->
5148
</dependency>
5249
<dependency>
5350
<groupId>junit</groupId>
5451
<artifactId>junit</artifactId>
55-
<version>4.12</version>
5652
<scope>test</scope>
5753
</dependency>
5854
<dependency>
5955
<groupId>com.google.guava</groupId>
6056
<artifactId>guava-testlib</artifactId>
61-
<version>19.0</version>
6257
<scope>test</scope>
6358
</dependency>
6459
<dependency>

google-cloud-core/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
<dependency>
2121
<groupId>com.google.auth</groupId>
2222
<artifactId>google-auth-library-credentials</artifactId>
23-
<version>${google.auth.version}</version>
2423
</dependency>
2524
<dependency>
2625
<groupId>com.google.auth</groupId>
2726
<artifactId>google-auth-library-oauth2-http</artifactId>
28-
<version>${google.auth.version}</version>
2927
<exclusions>
3028
<exclusion>
3129
<groupId>com.google.guava</groupId>
@@ -36,24 +34,20 @@
3634
<dependency>
3735
<groupId>com.google.http-client</groupId>
3836
<artifactId>google-http-client</artifactId>
39-
<version>1.21.0</version>
4037
<scope>compile</scope>
4138
</dependency>
4239
<dependency>
4340
<groupId>com.google.oauth-client</groupId>
4441
<artifactId>google-oauth-client</artifactId>
45-
<version>1.21.0</version>
4642
<scope>compile</scope>
4743
</dependency>
4844
<dependency>
4945
<groupId>com.google.guava</groupId>
5046
<artifactId>guava</artifactId>
51-
<version>19.0</version>
5247
</dependency>
5348
<dependency>
5449
<groupId>com.google.api-client</groupId>
5550
<artifactId>google-api-client-appengine</artifactId>
56-
<version>1.21.0</version>
5751
<scope>compile</scope>
5852
<exclusions>
5953
<exclusion>
@@ -65,7 +59,6 @@
6559
<dependency>
6660
<groupId>com.google.http-client</groupId>
6761
<artifactId>google-http-client-jackson</artifactId>
68-
<version>1.21.0</version>
6962
<scope>compile</scope>
7063
<exclusions>
7164
<exclusion>
@@ -77,13 +70,11 @@
7770
<dependency>
7871
<groupId>junit</groupId>
7972
<artifactId>junit</artifactId>
80-
<version>4.12</version>
8173
<scope>test</scope>
8274
</dependency>
8375
<dependency>
8476
<groupId>joda-time</groupId>
8577
<artifactId>joda-time</artifactId>
86-
<version>2.9.2</version>
8778
<scope>compile</scope>
8879
</dependency>
8980
<dependency>
@@ -101,7 +92,6 @@
10192
<dependency>
10293
<groupId>com.google.protobuf</groupId>
10394
<artifactId>protobuf-java</artifactId>
104-
<version>3.0.0</version>
10595
</dependency>
10696
<dependency>
10797
<groupId>io.grpc</groupId>
@@ -111,7 +101,6 @@
111101
<dependency>
112102
<groupId>com.google.api</groupId>
113103
<artifactId>gax</artifactId>
114-
<version>${gax.version}</version>
115104
<exclusions>
116105
<exclusion>
117106
<groupId>io.grpc</groupId>
@@ -122,7 +111,6 @@
122111
<dependency>
123112
<groupId>com.google.api.grpc</groupId>
124113
<artifactId>grpc-google-common-protos</artifactId>
125-
<version>0.1.5</version>
126114
<exclusions>
127115
<exclusion>
128116
<groupId>io.grpc</groupId>

google-cloud-datastore/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>junit</groupId>
5151
<artifactId>junit</artifactId>
52-
<version>4.12</version>
5352
<scope>test</scope>
5453
</dependency>
5554
<dependency>

google-cloud-dns/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<dependency>
5656
<groupId>junit</groupId>
5757
<artifactId>junit</artifactId>
58-
<version>4.12</version>
5958
<scope>test</scope>
6059
</dependency>
6160
<dependency>

google-cloud-errorreporting/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>4.12</version>
6766
<scope>test</scope>
6867
</dependency>
6968
<dependency>

google-cloud-examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@
2727
<artifactId>google-cloud-nio</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>
30-
<dependency>
30+
<!--<dependency>
3131
<groupId>org.apache.maven.plugins</groupId>
3232
<artifactId>maven-assembly-plugin</artifactId>
3333
<version>2.5.4</version>
34-
</dependency>
34+
</dependency>-->
3535
<dependency>
3636
<groupId>junit</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>4.12</version>
3938
<scope>test</scope>
4039
</dependency>
4140
</dependencies>

google-cloud-language/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>4.12</version>
6766
<scope>test</scope>
6867
</dependency>
6968
<dependency>

0 commit comments

Comments
 (0)