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 <[email protected]> Authored: Wed May 11 17:29:16 2016 -0400 Committer: Timothy Bish <[email protected]> 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>
