mirror of https://github.com/apache/activemq.git
adding proton-j-impl dependency
This commit is contained in:
parent
51cf06be54
commit
3345e6ca25
|
@ -431,6 +431,11 @@
|
|||
<artifactId>pax-url-aether</artifactId>
|
||||
<version>${pax-url-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.qpid</groupId>
|
||||
<artifactId>proton-j-impl</artifactId>
|
||||
<version>${qpid-proton-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -221,6 +221,7 @@
|
|||
<include>org.apache.qpid:proton</include>
|
||||
<include>org.apache.qpid:proton-api</include>
|
||||
<include>org.apache.qpid:proton-jms</include>
|
||||
<include>org.apache.qpid:proton-j-impl</include>
|
||||
<include>${pom.groupId}:activemq-runtime-config</include>
|
||||
<include>org.jvnet.jaxb2_commons:jaxb2-basics-runtime</include>
|
||||
|
||||
|
|
Loading…
Reference in New Issue