diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-24 01:54:20 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-24 01:54:20 +0000 |
| commit | 470ebf87ec336e81277c550669839161f2630b5f (patch) | |
| tree | 44f6a2152a768c429ceb4e8181b8001a77f0e75f /qpid/java/client/pom.xml | |
| parent | d3d44fd5452e21c4a8fc3d66596e6ff9f8274f2f (diff) | |
| download | qpid-python-470ebf87ec336e81277c550669839161f2630b5f.tar.gz | |
QPID-832 merge M2.x
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/pom.xml')
| -rw-r--r-- | qpid/java/client/pom.xml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index 07a3520f58..bcce3e1d3b 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -69,18 +69,8 @@ <artifactId>commons-lang</artifactId> </dependency> - <dependency> - <groupId>org.apache.mina</groupId> - <artifactId>mina-filter-ssl</artifactId> - </dependency> <!-- Test Dependencies --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.4.0</version> - <scope>test</scope> - </dependency> <dependency> <!-- for inVm Broker --> <groupId>org.apache.qpid</groupId> @@ -89,19 +79,7 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>uk.co.thebadgerset</groupId> + <groupId>org.apache.qpid</groupId> <artifactId>junit-toolkit</artifactId> <scope>test</scope> </dependency> |
