Skip to content

Commit e2a12a2

Browse files
Adding dependency convergence (#1943)
1 parent 84a91a0 commit e2a12a2

File tree

2 files changed

+0
-11
lines changed
  • java-storage-nio

2 files changed

+0
-11
lines changed

java-storage-nio/google-cloud-nio-examples/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
<artifactId>google-cloud-storage</artifactId>
2424
<version>${storage.version}</version>
2525
</dependency>
26-
27-
<dependency>
28-
<groupId>org.apache.maven.plugins</groupId>
29-
<artifactId>maven-assembly-plugin</artifactId>
30-
<version>2.5.4</version>
31-
</dependency>
3226
</dependencies>
3327
<build>
3428
<plugins>

java-storage-nio/google-cloud-nio/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
<dependency>
2727
<groupId>com.google.guava</groupId>
2828
<artifactId>guava</artifactId>
29-
<version>19.0</version>
3029
</dependency>
3130
<dependency>
3231
<groupId>com.google.code.findbugs</groupId>
3332
<artifactId>jsr305</artifactId>
34-
<version>2.0.1</version>
3533
</dependency>
3634
<dependency>
3735
<groupId>javax.inject</groupId>
@@ -47,19 +45,16 @@
4745
<dependency>
4846
<groupId>com.google.auto.value</groupId>
4947
<artifactId>auto-value</artifactId>
50-
<version>1.1</version>
5148
<scope>provided</scope> <!-- to leave out of the all-deps jar -->
5249
</dependency>
5350
<dependency>
5451
<groupId>junit</groupId>
5552
<artifactId>junit</artifactId>
56-
<version>4.12</version>
5753
<scope>test</scope>
5854
</dependency>
5955
<dependency>
6056
<groupId>com.google.guava</groupId>
6157
<artifactId>guava-testlib</artifactId>
62-
<version>19.0</version>
6358
<scope>test</scope>
6459
</dependency>
6560
<dependency>

0 commit comments

Comments
 (0)