Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Alfresco/alfresco-sdk int…
Browse files Browse the repository at this point in the history
…o fix/PRODSEC-9051-plexusArchiver
  • Loading branch information
code4uuuu committed May 28, 2024
2 parents b5610bb + 7aa6400 commit 98bf014
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions plugins/alfresco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.5</version>
<executions>
<execution>
<id>generated-helpmojo</id>
Expand Down Expand Up @@ -128,17 +128,6 @@
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
<artifactId>org.alfrescolabs.alfresco-technical-validation</artifactId>
<version>0.4.0</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand All @@ -163,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.5</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 98bf014

Please sign in to comment.