You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/14 15:41:08 UTC

[tomee-tck] branch master updated: Add missing dependency for ActiveMQ client

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 576bb00  Add missing dependency for ActiveMQ client
576bb00 is described below

commit 576bb0098b5f7d8638daf5f0167e337744689204
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 14 17:40:56 2019 +0200

    Add missing dependency for ActiveMQ client
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f177d8..91d7693 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,12 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <!-- required dependency for active mq -->
+    <dependency>
+      <groupId>org.fusesource.hawtbuf</groupId>
+      <artifactId>hawtbuf</artifactId>
+      <version>1.11</version>
+    </dependency>
 
     <dependency>
       <groupId>com.icegreen</groupId>
@@ -843,7 +849,7 @@
               <overWriteReleases>false</overWriteReleases>
               <overWriteSnapshots>true</overWriteSnapshots>
               <excludeTransitive>true</excludeTransitive>
-              <includeArtifactIds>tomcat-websocket,tomcat-util,tomcat-juli,tomcat-api,openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
+              <includeArtifactIds>hawtbuf,tomcat-websocket,tomcat-util,tomcat-juli,tomcat-api,openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
             </configuration>
           </execution>
           <execution>