Remove JbossJacorb from JMS test pom
Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/7c3e5d1c Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/7c3e5d1c Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/7c3e5d1c Branch: refs/heads/master Commit: 7c3e5d1c0e729e91ecf6fb21105a5f6231255947 Parents: 670f584 Author: Martyn Taylor <[email protected]> Authored: Wed Mar 11 13:30:06 2015 +0000 Committer: Martyn Taylor <[email protected]> Committed: Thu Mar 12 10:49:17 2015 +0000 ---------------------------------------------------------------------- tests/jms-tests/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/7c3e5d1c/tests/jms-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index 60e51a0..3771e8c 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -114,11 +114,6 @@ <groupId>org.jboss.logmanager</groupId> <artifactId>jboss-logmanager</artifactId> </dependency> - <dependency> - <groupId>org.jboss.jbossts.jts</groupId> - <artifactId>jbossjts-jacorb</artifactId> - <version>4.17.13.Final</version> - </dependency> </dependencies> <build>
