From a83817a1f39a471272494e28d059373d6a6f77df Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Mon, 15 Jan 2007 17:29:32 +0000 Subject: (Patch submitted by Rupert Smith) QPID-297 There were junit exclusions in the POM files that were causing junit to not be found when compiling tests. This may be a maven bug, but a better solution is to exclude stuff in assembly descriptors instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496414 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'java/broker') diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 339d90ef9e..2cf8a563f0 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -37,6 +37,7 @@ + org.apache.qpid qpid-common @@ -45,12 +46,6 @@ commons-cli commons-cli - - - junit - junit - - @@ -63,7 +58,7 @@ commons-lang - + junit junit @@ -75,6 +70,7 @@ easymockclassextension test + -- cgit v1.2.1