Make the openwire examples use the activemq5 version from the top level pom
This commit is contained in:
parent
650fb58fda
commit
90c54b274e
|
@ -34,7 +34,6 @@ under the License.
|
|||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../../..</activemq.basedir>
|
||||
<activemq5-version>5.11.0</activemq5-version>
|
||||
<slf4j-version>1.7.10</slf4j-version>
|
||||
</properties>
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -82,6 +82,7 @@
|
|||
</ActiveMQ-Version>
|
||||
<resteasy.version>3.0.13.Final</resteasy.version>
|
||||
<proton.version>0.10</proton.version>
|
||||
<activemq5-version>5.12.0</activemq5-version>
|
||||
<fuse.mqtt.client.version>1.10</fuse.mqtt.client.version>
|
||||
<apache.derby.version>10.11.1.1</apache.derby.version>
|
||||
<skipUnitTests>true</skipUnitTests>
|
||||
|
@ -399,7 +400,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.12.0</version>
|
||||
<version>${activemq5-version}</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue