mirror of https://github.com/apache/activemq.git
ActiveMQ was not starting up cause the jaxb api was not getting included in the final distro.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@666673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e7776ebd2
commit
9d12bdd73c
|
@ -94,7 +94,7 @@
|
|||
</dependency>
|
||||
<!-- for the XML parsing -->
|
||||
<dependency>
|
||||
<groupId>javax.xml</groupId>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
<include>org.apache.camel:camel-jms</include>
|
||||
<include>org.apache.camel:camel-activemq</include>
|
||||
<!-- Java 5 only -->
|
||||
<include>javax.xml:jaxb-api</include>
|
||||
<include>javax.xml.bind:jaxb-api</include>
|
||||
<include>javax.activation:activation</include>
|
||||
<include>com.sun.xml.bind:jaxb-impl</include>
|
||||
<include>stax:stax-api</include>
|
||||
|
|
Loading…
Reference in New Issue