diff options
| author | Marnie McCormack <marnie@apache.org> | 2006-12-12 14:31:12 +0000 |
|---|---|---|
| committer | Marnie McCormack <marnie@apache.org> | 2006-12-12 14:31:12 +0000 |
| commit | 67b675a0de9a0a33eaf7921ea7e51a3b5bf6a94a (patch) | |
| tree | af3ac0813289c082fd6c597fc0604a4ddd90ab13 /qpid/java/client/example/pom.xml | |
| parent | 6c89127e07603dcc50fa2a972a1ba59a104cf462 (diff) | |
| download | qpid-python-67b675a0de9a0a33eaf7921ea7e51a3b5bf6a94a.tar.gz | |
More example fixes and updated pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example/pom.xml')
| -rw-r--r-- | qpid/java/client/example/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/client/example/pom.xml b/qpid/java/client/example/pom.xml index d02b09edd5..ac0081c00b 100644 --- a/qpid/java/client/example/pom.xml +++ b/qpid/java/client/example/pom.xml @@ -49,26 +49,9 @@ </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>org.apache.mina</groupId> - <artifactId>mina-filter-ssl</artifactId> - </dependency> <dependency> <groupId>jmscts</groupId> |
