Skip to content

Commit

Permalink
SHRINKRES-67 Added depchain to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Sep 19, 2012
1 parent 13fa8bc commit eb254c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-maven-plugin</artifactId>
Expand Down

0 comments on commit eb254c2

Please sign in to comment.