diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2013-08-06 16:43:51 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2013-08-06 16:43:51 +0000 |
| commit | 046522f950f78c478a1e0dba621e361b989c9d5d (patch) | |
| tree | 85fec37dd40cd9cdf2adc1e230de2c41c5632248 /qpid/java | |
| parent | ad00750b8fcda7ff235b4fcd696118476ca9d668 (diff) | |
| download | qpid-python-046522f950f78c478a1e0dba621e361b989c9d5d.tar.gz | |
QPID-5044 : Include bonecp jdbc pooling details in ivy.nexus.xml
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/ivy.nexus.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/ivy.nexus.xml b/qpid/java/ivy.nexus.xml index 9b38285b3f..d492169ff3 100644 --- a/qpid/java/ivy.nexus.xml +++ b/qpid/java/ivy.nexus.xml @@ -111,6 +111,12 @@ <artifact name="qpid-broker-plugins-memory-store" type="jar.asc" ext="jar.asc"/> <artifact name="qpid-broker-plugins-memory-store" type="source" ext="jar" e:classifier="sources"/> <artifact name="qpid-broker-plugins-memory-store" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="pom" ext="pom"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="jar" ext="jar"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-broker-plugins-jdbc-provider-bone" type="source.asc" ext="jar.asc" e:classifier="sources"/> <artifact name="qpid-amqp-1-0-common" type="pom" ext="pom"/> <artifact name="qpid-amqp-1-0-common" type="pom.asc" ext="pom.asc"/> <artifact name="qpid-amqp-1-0-common" type="jar" ext="jar"/> |
