summaryrefslogtreecommitdiff
path: root/qpid/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
commitf23cad425560b629379ab540a6edbe79bcc78afd (patch)
tree05a15527bd3fdad2cc8e4a1f2c55fee294d8543e /qpid/java
parent5d959e7cc4f81778a27b48b4f54c6fed8e4a0946 (diff)
downloadqpid-python-f23cad425560b629379ab540a6edbe79bcc78afd.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@1551042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/build.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps
index 67a67783c9..17e637cc97 100644
--- a/qpid/java/build.deps
+++ b/qpid/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}