Skip to content

Commit

Permalink
Remove org.eclipse.sisu.plexus dependancy as it was used as workaroun…
Browse files Browse the repository at this point in the history
…d that is no longer needed
  • Loading branch information
ctomc committed Mar 30, 2015
1 parent 4e770ef commit 506bffb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Expand Up @@ -209,7 +209,6 @@
<version.org.scannotation>1.0.3</version.org.scannotation>
<version.org.slf4j>1.7.7.jbossorg-1</version.org.slf4j>
<version.org.syslog4j>0.9.30</version.org.syslog4j>
<version.org.eclipse.sisu.plexus>0.0.0.M5</version.org.eclipse.sisu.plexus>
<version.org.testng>6.1.1</version.org.testng>
<version.org.wildfly.build-tools>1.0.0.Alpha8</version.org.wildfly.build-tools>
<version.org.wildfly.checkstyle-config>1.0.1.Final</version.org.wildfly.checkstyle-config>
Expand Down Expand Up @@ -3687,13 +3686,6 @@
</exclusions>
</dependency>

<!-- this could probably be removed when new version of maven-aether-provider comes with it-->
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>${version.org.eclipse.sisu.plexus}</version>
</dependency>

<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
Expand Down

0 comments on commit 506bffb

Please sign in to comment.