@ -1166,6 +1166,21 @@
<artifactId > activemq-web</artifactId>
<artifactId > activemq-web</artifactId>
<version > ${activemq.version}</version>
<version > ${activemq.version}</version>
</dependency>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-amqp-protocol</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-commons</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-core-client</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<dependency >
<groupId > org.apache.activemq</groupId>
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-jms-client</artifactId>
<artifactId > artemis-jms-client</artifactId>
@ -1176,6 +1191,31 @@
<artifactId > artemis-jms-server</artifactId>
<artifactId > artemis-jms-server</artifactId>
<version > ${artemis.version}</version>
<version > ${artemis.version}</version>
</dependency>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-journal</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-native</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-selector</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-server</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > artemis-service-extensions</artifactId>
<version > ${artemis.version}</version>
</dependency>
<dependency >
<dependency >
<groupId > org.apache.commons</groupId>
<groupId > org.apache.commons</groupId>
<artifactId > commons-dbcp2</artifactId>
<artifactId > commons-dbcp2</artifactId>