Skip to content

Commit

Permalink
Update dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 27, 2014
1 parent 5978b74 commit 5386f74
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@
<!-- test dependencies -->

<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
<version>${arquillian.weld.version}</version>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<version>${weld.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
<version>${arquillian.weld.version}</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -321,15 +322,6 @@

<!-- test dependencies -->

<!-- ShrinkWrap -->
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-bom</artifactId>
<version>${shrinkwrap.descriptors.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Arquillian -->
<dependency>
<groupId>org.jboss.arquillian</groupId>
Expand All @@ -339,15 +331,6 @@
<type>pom</type>
</dependency>

<!-- Weld -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<version>${weld.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -406,6 +389,7 @@
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5386f74

Please sign in to comment.