You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/04/13 16:12:12 UTC

svn commit: r1586995 - in /qpid/branches/0.28/qpid/java: build.deps ivy.retrieve.xml lib/poms/xalan-2.7.0.xml

Author: robbie
Date: Sun Apr 13 14:12:12 2014
New Revision: 1586995

URL: http://svn.apache.org/r1586995
Log:
QPID-5675: remove the unused xalan dependency, matching previous change in the maven build

merge from trunk r1586028

Removed:
    qpid/branches/0.28/qpid/java/lib/poms/xalan-2.7.0.xml
Modified:
    qpid/branches/0.28/qpid/java/build.deps
    qpid/branches/0.28/qpid/java/ivy.retrieve.xml

Modified: qpid/branches/0.28/qpid/java/build.deps
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/build.deps?rev=1586995&r1=1586994&r2=1586995&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/build.deps (original)
+++ qpid/branches/0.28/qpid/java/build.deps Sun Apr 13 14:12:12 2014
@@ -47,8 +47,6 @@ log4j=lib/required/log4j-1.2.16.jar
 slf4j-api=lib/required/slf4j-api-1.6.4.jar
 slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar
 
-xalan=lib/required/xalan-2.7.0.jar
-
 jetty=lib/required/jetty-server-8.1.14.v20131031.jar
 jetty-continuation=lib/required/jetty-continuation-8.1.14.v20131031.jar
 jetty-security=lib/required/jetty-security-8.1.14.v20131031.jar
@@ -77,7 +75,7 @@ amqp-1-0-client-jms.libs=${geronimo-jms}
 amqp-1-0-client-websocket.libs = ${jetty} ${jetty-continuation} ${jetty-security} ${jetty-http} ${jetty-io} ${jetty-servlet} ${jetty-util} ${servlet-api} ${jetty-websocket}
 tools.libs=${commons-configuration.libs} ${log4j}
 broker-core.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
-    ${xalan} ${derby-db} ${commons-configuration.libs} \
+    ${derby-db} ${commons-configuration.libs} \
     ${jackson-core} ${jackson-mapper} ${jetty} ${jetty-continuation} ${jetty-security} ${jetty-http} ${jetty-io} ${jetty-servlet} ${jetty-util} ${servlet-api} ${jetty-websocket} ${bcel}
 
 #Borrow the broker-core libs, hack for release binary generation

Modified: qpid/branches/0.28/qpid/java/ivy.retrieve.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/ivy.retrieve.xml?rev=1586995&r1=1586994&r2=1586995&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/ivy.retrieve.xml (original)
+++ qpid/branches/0.28/qpid/java/ivy.retrieve.xml Sun Apr 13 14:12:12 2014
@@ -69,7 +69,6 @@
     <dependency org="org.eclipse.jetty" name="jetty-security" rev="8.1.14.v20131031" transitive="false"/>
     <dependency org="org.eclipse.jetty" name="jetty-servlet" rev="8.1.14.v20131031" transitive="false"/>
     <dependency org="org.eclipse.jetty" name="jetty-util" rev="8.1.14.v20131031" transitive="false"/>
-    <dependency org="xalan" name="xalan" rev="2.7.0" transitive="false"/>
     <dependency org="velocity" name="velocity" rev="1.4" transitive="false"/>
     <dependency org="velocity" name="velocity-dep" rev="1.4" transitive="false"/>
     <dependency org="org.dojotoolkit" name="dojo" rev="1.9.1" transitive="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org