Skip to content

Commit 5e9cd95

Browse files
chore: fix old build todo (#2625)
Change-Id: Iad08446a65b201f1ca14dfef4c8392c755f56fb4
1 parent 7b230e8 commit 5e9cd95

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -379,18 +379,6 @@
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

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -214,23 +214,6 @@
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>

0 commit comments

Comments
 (0)