summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-12-15 19:24:33 +0000
committerRobert Gemmell <robbie@apache.org>2013-12-15 19:24:33 +0000
commit47d6b0978e35076c9709965c9fde987ab0f5efb8 (patch)
tree0a365efbb13df670fbb744a8bcbc9e0f115ba85f /java
parentd5c830bfd8db100dd5756dcdd78b182e18e3cc76 (diff)
downloadqpid-python-47d6b0978e35076c9709965c9fde987ab0f5efb8.tar.gz
QPID-5423: list only the additional deps needed by the plugin, rather than its actual deps, to prevent duplication by the release package creation process.
Largely reverts the effective value of the 'broker-plugins-management-http.libs' property to its old [incorrect] state other than r1529610 for QPID-5207/QPID-5048 adding the dojo dep. Yet another example of our Ant build making the simplest things difficult. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1551042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/build.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps
index 67a67783c9..17e637cc97 100644
--- a/java/build.deps
+++ b/java/build.deps
@@ -82,7 +82,7 @@ broker-core.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
#Borrow the broker-core libs, hack for release binary generation
broker.libs=${broker-core.libs}
-broker-plugins-management-http.libs=${jetty} ${jetty-continuation} ${jetty-security} ${jetty-http} ${jetty-io} ${jetty-servlet} ${jetty-util} ${servlet-api} ${jackson-core} ${jackson-mapper} ${dojo}
+broker-plugins-management-http.libs=${dojo}
broker-plugins.libs=${log4j} ${commons-configuration.libs}
test.libs=${slf4j-log4j} ${log4j} ${junit} ${slf4j-api} ${mockito-all}