File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 162162 <protobuf .version>3.17.3</protobuf .version>
163163 <opencensus .version>0.28.0</opencensus .version>
164164 <annotations-api .version>1.3.2</annotations-api .version>
165- <guava .version>30.1.1-android </guava .version> <!-- We are currently using the *-android version to support JDK7. -- >
165+ <guava .version>30.1.1-jre </guava .version>
166166 <junit .version>4.13.2</junit .version>
167167 <truth .version>1.1.3</truth .version>
168168 <easymock .version>3.6</easymock .version>
289289 <artifactId >truth</artifactId >
290290 <version >${truth.version} </version >
291291 <scope >test</scope >
292+ <exclusions >
293+ <exclusion >
294+ <groupId >org.checkerframework</groupId >
295+ <artifactId >checker-qual</artifactId >
296+ </exclusion >
297+ </exclusions >
292298 </dependency >
293299 <dependency >
294300 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments