Skip to content

Commit

Permalink
Remove unneeded dependencies in maven-di (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 25, 2024
1 parent 003a5bc commit a5ea944
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions maven-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-di</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit a5ea944

Please sign in to comment.