Skip to content

Commit

Permalink
Move to dependencyManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 15, 2024
1 parent cf7b19f commit 37a74ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jellydoc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
Expand Down Expand Up @@ -134,11 +139,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand Down

0 comments on commit 37a74ab

Please sign in to comment.