Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add explicit dependency on jms.
Browse files Browse the repository at this point in the history
This was causing a deployment failure on JBoss EAP 6.3.3 with a root cause of

  java.lang.ClassNotFoundException: javax.jms.MessageListener
    from [Module "deployment.zanata.war:main" from Service Module Loader]
  • Loading branch information
davidmason committed Jun 30, 2015
1 parent 158ad02 commit f9c142c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@
<module name="javax.faces.api" />
<!-- not needed for wildfly: -->
<module name="javax.interceptor.api" />
<module name="javax.jms.api" />
<module name="javax.mail.api" />
<module name="javax.servlet.api" />
<module name="javax.transaction.api"/>
Expand Down

0 comments on commit f9c142c

Please sign in to comment.