File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
google-cloud-nio-examples Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments