File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 <artifactId >javax.annotation-api</artifactId >
6161 <version >${javax.annotation-api.version} </version >
6262 </dependency >
63+ <dependency >
64+ <groupId >com.google.errorprone</groupId >
65+ <artifactId >error_prone_annotations</artifactId >
66+ <version >${errorprone.version} </version >
67+ <scope >compile</scope >
68+ </dependency >
6369 <!-- Test Dependencies -->
6470 <dependency >
6571 <groupId >junit</groupId >
117123 </archive >
118124 </configuration >
119125 </plugin >
126+ <plugin >
127+ <groupId >org.apache.maven.plugins</groupId >
128+ <artifactId >maven-dependency-plugin</artifactId >
129+ <configuration >
130+ <ignoredUnusedDeclaredDependencies >
131+ <ignoredUnusedDeclaredDependency >com.google.errorprone:error_prone_annotations</ignoredUnusedDeclaredDependency >
132+ </ignoredUnusedDeclaredDependencies >
133+ </configuration >
134+ </plugin >
135+
120136 </plugins >
121137 </build >
122138</project >
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId > com.google.protobuf</groupId >
4343 <artifactId >protobuf-java-util</artifactId >
44- <exclusions >
45- <exclusion >
46- <!-- protobuf-java-util's error_prone_annotatoins is old. -->
47- <groupId >com.google.errorprone</groupId >
48- <artifactId >error_prone_annotations</artifactId >
49- </exclusion >
50- </exclusions >
5144 </dependency >
5245 <dependency >
5346 <groupId >org.threeten</groupId >
You can’t perform that action at this time.
0 commit comments