Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Improve plexus-component metadata:
Browse files Browse the repository at this point in the history
- drop redundant classes
- remove dependency to plexus-container-default
  • Loading branch information
slachiewicz committed May 3, 2023
1 parent 1e0385f commit d6f0b3e
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 1,115 deletions.
14 changes: 10 additions & 4 deletions plexus-component-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<description>A Maven plugin to generate Plexus Components descriptors from source javadoc tags and Java 5 class annotations.</description>

<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
Expand All @@ -36,6 +32,11 @@
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
Expand Down Expand Up @@ -63,6 +64,11 @@
<version>3.8.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d6f0b3e

Please sign in to comment.