diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-04-19 23:08:19 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-04-19 23:08:19 +0000 |
| commit | 92b10f932cabb33924d2249e1e2270246d56cca0 (patch) | |
| tree | b10ee72c32b283d6782a86eff445fc3d63881725 /java/client | |
| parent | 327b9217006cef5d9f0d4736ba1f55ea6e13ebe2 (diff) | |
| download | qpid-python-92b10f932cabb33924d2249e1e2270246d56cca0.tar.gz | |
added cordination support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@530586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index 854428fb39..6d6bb7cae2 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -53,6 +53,11 @@ </dependency> <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + </dependency> + + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> |
