Skip to content

Commit

Permalink
[resolves #853] Add feature-pack dependency to archetypes module to e…
Browse files Browse the repository at this point in the history
…nsure correct build order
  • Loading branch information
jamesnetherton committed Sep 10, 2015
1 parent 65abae0 commit d90b236
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
<module>archetype-spring</module>
</modules>

<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature-pack</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>pom</type>
</dependency>
</dependencies>

<!-- Build -->
<build>
<resources>
Expand Down

0 comments on commit d90b236

Please sign in to comment.