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 | a0cf4a24dc278e6340cdbc42d9b30306ed6886d0 (patch) | |
| tree | 074940dfdaa2cc793107be3400f3ead5ea8fcb53 /java | |
| parent | af21a84515d47b12dec88fb73bf8e06efaed71ac (diff) | |
| download | qpid-python-a0cf4a24dc278e6340cdbc42d9b30306ed6886d0.tar.gz | |
QPID-5044 : Include bonecp jdbc pooling details in ivy.nexus.xml
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1511030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/ivy.nexus.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/ivy.nexus.xml b/java/ivy.nexus.xml index 9b38285b3f..d492169ff3 100644 --- a/java/ivy.nexus.xml +++ b/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"/> |
