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 | f070ee75ec20b07a5676461f44b1e263fb1a0370 (patch) | |
| tree | 6959f3d816dc2eb5a4547f7b57261fb731bfbcc5 /java/client/example/pom.xml | |
| parent | b9ed07de47c14f392320e49d6f0a90a6f5452585 (diff) | |
| download | qpid-python-f070ee75ec20b07a5676461f44b1e263fb1a0370.tar.gz | |
More example fixes and updated pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example/pom.xml')
| -rw-r--r-- | java/client/example/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index d02b09edd5..ac0081c00b 100644 --- a/java/client/example/pom.xml +++ b/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> |
