File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 4444 <groupId >com.google.guava</groupId >
4545 <artifactId >guava</artifactId >
4646 <version >${guava.version} </version >
47+ <exclusions >
48+ <exclusion >
49+ <groupId >com.google.errorprone</groupId >
50+ <artifactId >error_prone_annotations</artifactId >
51+ </exclusion >
52+ <exclusion >
53+ <groupId >com.google.j2objc</groupId >
54+ <artifactId >j2objc-annotations</artifactId >
55+ </exclusion >
56+ </exclusions >
4757 </dependency >
4858 <dependency >
4959 <groupId >com.google.auto.value</groupId >
Original file line number Diff line number Diff line change 381381 <groupId >com.google.guava</groupId >
382382 <artifactId >guava</artifactId >
383383 <version >${guava.version} </version >
384+ <exclusions >
385+ <exclusion >
386+ <groupId >com.google.errorprone</groupId >
387+ <artifactId >error_prone_annotations</artifactId >
388+ </exclusion >
389+ </exclusions >
384390 </dependency >
385391 <dependency >
386392 <groupId >com.google.api</groupId >
Original file line number Diff line number Diff line change 8282 <groupId >com.google.guava</groupId >
8383 <artifactId >guava</artifactId >
8484 <version >${guava.version} </version >
85+ <exclusions >
86+ <exclusion >
87+ <groupId >com.google.errorprone</groupId >
88+ <artifactId >error_prone_annotations</artifactId >
89+ </exclusion >
90+ </exclusions >
8591 </dependency >
8692 <dependency >
8793 <groupId >javax.annotation</groupId >
You can’t perform that action at this time.
0 commit comments