File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2121 <groupId >com.google.apis</groupId >
2222 <artifactId >google-api-services-sqladmin</artifactId >
2323 <version >v1beta4-rev25-1.22.0</version >
24+ <exclusions >
25+ <exclusion >
26+ <groupId >com.google.code.findbugs</groupId >
27+ <artifactId >jsr305</artifactId >
28+ </exclusion >
29+ <exclusion >
30+ <groupId >com.google.guava</groupId >
31+ <artifactId >guava-jdk5</artifactId >
32+ </exclusion >
33+ </exclusions >
34+ </dependency >
35+
36+ <dependency >
37+ <groupId >com.google.guava</groupId >
38+ <artifactId >guava</artifactId >
39+ <version >20.0</version >
40+ </dependency >
41+
42+ <dependency >
43+ <groupId >com.google.code.findbugs</groupId >
44+ <artifactId >jsr305</artifactId >
45+ <version >3.0.2</version >
46+ <scope >provided</scope >
2447 </dependency >
2548
2649 <dependency >
You can’t perform that action at this time.
0 commit comments