diff options
Diffstat (limited to 'java/client/example')
| -rw-r--r-- | java/client/example/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index c9d69c52a8..50680666e1 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -43,12 +43,18 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-common</artifactId> </dependency> + <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-client</artifactId> </dependency> <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> </dependency> |
