Skip to content

Commit 9761058

Browse files
committed
chore: remove superfluous dependencyManagement declaration (enforcer-api)
Signed-off-by: Keith Wall <[email protected]>
1 parent e2dde37 commit 9761058

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<!-- Test dependencies -->
7373
<strimzi.version>0.47.0</strimzi.version> <!-- when bumping strimzi, be sure to comment out the kafka.version override in the systemtest module's pom -->
7474
<kubernetes-client.version>7.3.1</kubernetes-client.version>
75-
<enforcer.api.version>3.5.0</enforcer.api.version>
7675
<maven.core.version>3.9.11</maven.core.version>
7776
<awaitility.version>4.3.0</awaitility.version>
7877
<testcontainers.version>1.21.0</testcontainers.version>
@@ -374,11 +373,6 @@
374373
<artifactId>wiremock</artifactId>
375374
<version>${wiremock.version}</version>
376375
</dependency>
377-
<dependency>
378-
<groupId>org.apache.maven.enforcer</groupId>
379-
<artifactId>enforcer-api</artifactId>
380-
<version>${enforcer.api.version}</version>
381-
</dependency>
382376
<dependency>
383377
<groupId>org.apache.maven</groupId>
384378
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)