Skip to content

Commit

Permalink
Removed unused Geronimo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Apr 5, 2023
1 parent ddf49ce commit 6c25c65
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,24 +178,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.geronimo.genesis.plugins</groupId>
<artifactId>tools-maven-plugin</artifactId>
<executions>
<execution>
<id>verify-legal-files</id>
<phase>verify</phase>
<goals>
<goal>verify-legal-files</goal>
</goals>
<configuration>
<!-- avoid false positive, as we add a '-bin' or '-src' to the base directory -->
<strict>false</strict>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 6c25c65

Please sign in to comment.