Skip to content

Commit

Permalink
Merge pull request #26 from lucasponce/HAWKULAR-446
Browse files Browse the repository at this point in the history
HAWKULAR-446 Fix missing jackson dependencies on bus
  • Loading branch information
jmazzitelli committed Jul 13, 2015
2 parents 29c7d3a + 76f59d0 commit b946514
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<module name="org.jboss.vfs" />

<!-- other dependencies we need -->
<module name="com.fasterxml.jackson.core.jackson-core" export="true" />
<module name="com.fasterxml.jackson.core.jackson-databind" export="true" />
<module name="com.fasterxml.jackson.core.jackson-annotations" export="true" />
<module name="com.google.guava" export="true" />
<module name="gnu.getopt" />
<module name="javax.jms.api" export="true" />
Expand Down

0 comments on commit b946514

Please sign in to comment.