ARTEMIS-3407: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11
Also tweaks karaf test module name for clarity
This commit is contained in:
parent
eabfc0658f
commit
7ddc947413
4
pom.xml
4
pom.xml
|
@ -79,8 +79,8 @@
|
|||
<logging.config>logging.properties</logging.config>
|
||||
|
||||
<activemq-artemis-native-version>1.0.2</activemq-artemis-native-version>
|
||||
<karaf.version>4.3.0</karaf.version>
|
||||
<pax.exam.version>4.9.1</pax.exam.version>
|
||||
<karaf.version>4.3.1</karaf.version>
|
||||
<pax.exam.version>4.13.4</pax.exam.version>
|
||||
<commons.config.version>2.7</commons.config.version>
|
||||
<commons.lang.version>3.12.0</commons.lang.version>
|
||||
<activemq5-version>5.16.0</activemq5-version>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<artifactId>karaf-client-integration-tests</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ActiveMQ Artemis Client Integration Tests</name>
|
||||
<name>ActiveMQ Artemis Karaf Client Integration Tests</name>
|
||||
|
||||
<description>
|
||||
Integration tests for the artemis client features using Apache Karaf
|
||||
|
|
Loading…
Reference in New Issue