summaryrefslogtreecommitdiff
path: root/qpid/java/client/example/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/client/example/pom.xml')
-rw-r--r--qpid/java/client/example/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/java/client/example/pom.xml b/qpid/java/client/example/pom.xml
index ac0081c00b..dd5b7a9c65 100644
--- a/qpid/java/client/example/pom.xml
+++ b/qpid/java/client/example/pom.xml
@@ -34,7 +34,7 @@
</parent>
<properties>
- <topDirectoryLocation>..</topDirectoryLocation>
+ <topDirectoryLocation>../..</topDirectoryLocation>
<amqj.logging.level>warn</amqj.logging.level>
</properties>
@@ -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>