Skip to content

Commit

Permalink
Move ShrinkWrap Resolver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Oct 15, 2014
1 parent 6912c69 commit ea14159
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
9 changes: 9 additions & 0 deletions envs/ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
<artifactId>javaee-api</artifactId>
</dependency>

<!-- test dependencies -->

<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>

</dependencies>

<profiles>
Expand Down
7 changes: 0 additions & 7 deletions envs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-depchain</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions envs/se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
<artifactId>geronimo-jcdi_1.1_spec</artifactId>
</dependency>

<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-atinject_1.0_spec</artifactId>
</dependency>

<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-interceptor_1.2_spec</artifactId>
</dependency>

<!-- test dependencies -->

<dependency>
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,20 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-atinject_1.0_spec</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-interceptor_1.2_spec</artifactId>
<version>1.0-alpha-1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
Expand Down

0 comments on commit ea14159

Please sign in to comment.