diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-03-11 23:32:23 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-03-11 23:32:23 +0000 |
| commit | 91dd89866c86068665e7d94f368af89b7811435a (patch) | |
| tree | 1ebc1be0fb247c4d342fd174f42f48a7024db849 /qpid/java/bdbstore/build.xml | |
| parent | 3f138e2ddc02857c61e578aaaf12c82d9eefc93c (diff) | |
| download | qpid-python-91dd89866c86068665e7d94f368af89b7811435a.tar.gz | |
QPID-4645: add the broker-plugins and bdbstore moudles as optional dependencies in the broker pom to simplify their use, make the bdbstore plugin match the others by using provided scope for the brokers modules (and the JE dep)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1455361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/build.xml')
| -rw-r--r-- | qpid/java/bdbstore/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/bdbstore/build.xml b/qpid/java/bdbstore/build.xml index 46809f6a90..1a749fab39 100644 --- a/qpid/java/bdbstore/build.xml +++ b/qpid/java/bdbstore/build.xml @@ -20,6 +20,7 @@ <property name="module.depends" value="common broker" /> <property name="module.test.depends" value="client common/tests broker/tests management/common systests broker-plugins/management-jmx" /> <property name="module.genpom" value="true"/> + <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker=provided -Sje=provided"/> <import file="../module.xml" /> |
