From 6dc8cd034b212b314261779c93b473e7d58e9073 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Thu, 15 May 2008 15:21:29 +0000 Subject: [PATCH] The test-jars are not compile time dependencies.. Fixing this avoids the test classes getting included in the activemq-all jar. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656697 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-jpa-store/pom.xml | 1 - activemq-optional/pom.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/activemq-jpa-store/pom.xml b/activemq-jpa-store/pom.xml index 9ab6455451..1df3da0056 100755 --- a/activemq-jpa-store/pom.xml +++ b/activemq-jpa-store/pom.xml @@ -38,7 +38,6 @@ ${pom.groupId} activemq-core - compile test-jar diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml index 15ce964f18..147b8a41b1 100755 --- a/activemq-optional/pom.xml +++ b/activemq-optional/pom.xml @@ -38,7 +38,6 @@ ${pom.groupId} activemq-core - compile test-jar