diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-08-16 11:07:04 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-08-16 11:07:04 +0000 |
| commit | 8950ea417d0f29dfcf0323c2a9f6f17158bcdc62 (patch) | |
| tree | 3e8a18d08872503f214c50b10f0a0f15717a0265 /java/lib | |
| parent | 84a0c53de7b4a8e74fd9861e53f9b5b13f26cfcc (diff) | |
| download | qpid-python-8950ea417d0f29dfcf0323c2a9f6f17158bcdc62.tar.gz | |
QPID-5074: update broker binary release tar process to handle plugins with dependencies, fix issues with generated poms
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1514654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib')
| -rw-r--r-- | java/lib/poms/bonecp-0.7.1.RELEASE.xml | 6 | ||||
| -rw-r--r-- | java/lib/poms/guava-14.0.1.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/java/lib/poms/bonecp-0.7.1.RELEASE.xml b/java/lib/poms/bonecp-0.7.1.RELEASE.xml index a9b7581e3e..6a9ff3d214 100644 --- a/java/lib/poms/bonecp-0.7.1.RELEASE.xml +++ b/java/lib/poms/bonecp-0.7.1.RELEASE.xml @@ -19,4 +19,10 @@ <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> <version>0.7.1.RELEASE</version> + <exclusions> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </exclusion> + </exclusions> </dep> diff --git a/java/lib/poms/guava-14.0.1.xml b/java/lib/poms/guava-14.0.1.xml index 9ff023bef0..79e42308c2 100644 --- a/java/lib/poms/guava-14.0.1.xml +++ b/java/lib/poms/guava-14.0.1.xml @@ -16,7 +16,7 @@ limitations under the License. --> <dep> - <groupId>com.google</groupId> + <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0.1</version> </dep> |
