File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 379379 <goal >enforce</goal >
380380 </goals >
381381 </execution >
382- <!-- Ensure that greatest version of each transitive dependency got selected -->
383- <execution >
384- <id >enforce-dependency-upper-bound</id >
385- <configuration >
386- <rules >
387- <requireUpperBoundDeps />
388- </rules >
389- </configuration >
390- <goals >
391- <goal >enforce</goal >
392- </goals >
393- </execution >
394382 </executions >
395383 <!--
396384 workaround for https://github.com/mojohaus/extra-enforcer-rules/issues/132
Original file line number Diff line number Diff line change 214214 </dependencyManagement >
215215
216216 <build >
217- <pluginManagement >
218- <plugins >
219- <!-- TODO: remove this next release -->
220- <!-- Temporarily disable requireUpperBoundDeps
221- rule to downgrade bad grpc release:
222- https://github.com/grpc/grpc-java/releases/tag/v1.68.0-->
223- <plugin >
224- <groupId >org.apache.maven.plugins</groupId >
225- <artifactId >maven-enforcer-plugin</artifactId >
226- <configuration >
227- <rulesToSkip >requireUpperBoundDeps</rulesToSkip >
228- <failIfNoRules >false</failIfNoRules >
229- </configuration >
230- </plugin >
231- </plugins >
232- </pluginManagement >
233-
234217 <plugins >
235218 <!-- Using maven site plugin only as a hook for javadoc:aggregate, don't need the reports -->
236219 <plugin >
You can’t perform that action at this time.
0 commit comments