Skip to content

Commit

Permalink
SHRINKDESC-154 Add ShrinkWrap Descriptors Depchain to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen authored and ALRubinger committed Feb 3, 2014
1 parent 7aa62ac commit 9609c3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bom/pom.xml
Expand Up @@ -92,6 +92,13 @@
<artifactId>shrinkwrap-descriptors-spi</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-depchain</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
</dependencies>

</dependencyManagement>
Expand Down

0 comments on commit 9609c3f

Please sign in to comment.