Skip to content

Commit

Permalink
Remove unnecessary dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 3, 2023
1 parent 7fa49d2 commit 3971519
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions maven-jellydoc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
Expand Down Expand Up @@ -145,17 +140,6 @@
<artifactId>ant</artifactId>
<version>1.10.12</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>1.11.1</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
Expand Down Expand Up @@ -187,11 +171,6 @@
<artifactId>maven-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
Expand Down

0 comments on commit 3971519

Please sign in to comment.