This is an automated email from the ASF dual-hosted git repository.
nanda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 81709e01be HDDS-12149. Do not require dependency-convergence. (#7772)
81709e01be is described below
commit 81709e01be2c2a77eb3ec76ff8aa2c2b9d31052e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Feb 8 08:01:27 2025 +0100
HDDS-12149. Do not require dependency-convergence. (#7772)
---
hadoop-hdds/pom.xml | 17 -----------------
hadoop-hdds/rocksdb-checkpoint-differ/pom.xml | 10 ----------
hadoop-ozone/csi/pom.xml | 4 ----
hadoop-ozone/dist/pom.xml | 13 -------------
hadoop-ozone/pom.xml | 20 --------------------
5 files changed, 64 deletions(-)
diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml
index fe42204ce7..7883c6f1ce 100644
--- a/hadoop-hdds/pom.xml
+++ b/hadoop-hdds/pom.xml
@@ -181,23 +181,6 @@
</dependencyManagement>
<build>
<plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>depcheck</id>
- <configuration>
- <rules>
- <DependencyConvergence>
- <uniqueVersions>false</uniqueVersions>
- </DependencyConvergence>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
diff --git a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
index ea392b659c..8e6cfecea0 100644
--- a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
+++ b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
@@ -127,16 +127,6 @@
<proc>none</proc>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>depcheck</id>
- <phase />
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<profiles>
diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml
index 4ff4764eb1..dd07311c98 100644
--- a/hadoop-ozone/csi/pom.xml
+++ b/hadoop-ozone/csi/pom.xml
@@ -249,10 +249,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
- <execution>
- <id>depcheck</id>
- <phase />
- </execution>
<execution>
<id>ban-annotations</id>
<!-- override default restriction from root POM -->
diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index deff11e068..f8ac46fc33 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -220,19 +220,6 @@
</execution>
</executions>
</plugin>
- <!-- there is no problem to have multiple versions of the jar files from
- here. As the dependencies will be handled in a separated way with
- separated classpath definitions-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>depcheck</id>
- <phase />
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<profiles>
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index 620bc5f41e..63e92e516f 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -307,26 +307,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>depcheck</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
- <rules>
- <DependencyConvergence>
- <uniqueVersions>true</uniqueVersions>
- </DependencyConvergence>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]