You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2016/05/11 21:29:24 UTC

activemq git commit: Add Jaas module needed for new tests.

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.13.x 4c4539857 -> 3a4cdeb91


Add Jaas module needed for new tests.

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3a4cdeb9
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3a4cdeb9
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3a4cdeb9

Branch: refs/heads/activemq-5.13.x
Commit: 3a4cdeb91aafa3016db6460860960a04b5088da0
Parents: 4c45398
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed May 11 17:29:16 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed May 11 17:29:16 2016 -0400

----------------------------------------------------------------------
 activemq-jms-pool/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/3a4cdeb9/activemq-jms-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 2bdf0fb..2d206fd 100755
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -85,6 +85,11 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>activemq-jaas</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>activemq-broker</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
@@ -132,7 +137,7 @@
         </plugins>
       </build>
     </profile>
-	<profile>
+    <profile>
       <id>activemq.tests-autoTransport</id>
       <activation>
         <property>