diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-10-07 13:16:26 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-10-07 13:16:26 +0000 |
| commit | 532f0c68fdf335776810d2a79bd4324631bb38c9 (patch) | |
| tree | 60bc71b87e297c58216254e11053a4430b9efe98 /java/client | |
| parent | cc4c4be4b6b7c4a4fdfe22de9d9f40974f7d6971 (diff) | |
| download | qpid-python-532f0c68fdf335776810d2a79bd4324631bb38c9.tar.gz | |
Add commons-pool to dependencys
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index 2ad41d96cd..a5cfbdf67a 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -69,6 +69,10 @@ <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + </dependency> <!-- Test Dependencies --> |
