This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 7da3351ac612e14a57bf9bf9454e0baf5878121d Author: Doroszlai, Attila <[email protected]> AuthorDate: Tue Nov 18 10:48:43 2025 +0100 HDDS-13947. Stop managing plexus-archiver version (#9311) (cherry picked from commit dc57ebb07ab52fc4d959ba14051cd3cb0e375531) --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 02057774073..710c9664ecb 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,6 @@ <ozone.release>Joshua Tree</ozone.release> <ozone.version>2.1.0</ozone.version> <picocli.version>4.7.7</picocli.version> - <plexus-archiver.version>4.2.2</plexus-archiver.version> <pmd.version>3.26.0</pmd.version> <!-- Enable Reproducible Builds mode --> <project.build.outputTimestamp>2025-03-12T22:12:52Z</project.build.outputTimestamp> @@ -1924,13 +1923,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>${maven-dependency-plugin.version}</version> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-archiver</artifactId> - <version>${plexus-archiver.version}</version> - </dependency> - </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
