summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-09 16:41:00 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-09 16:41:00 +0000
commit5447ad538272a214782015a11d2351a572ccbc6d (patch)
tree60508a9aa33479d1be5efc41f021c2a211d376ea
parent174eb11f6c1a7c5cd37754cd94736fa3ba4b9deb (diff)
downloadqpid-python-5447ad538272a214782015a11d2351a572ccbc6d.tar.gz
QPID-5675: remove the unused xalan dependency, matching previous change in the maven build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586028 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/build.deps4
-rw-r--r--qpid/java/ivy.retrieve.xml1
-rw-r--r--qpid/java/lib/poms/xalan-2.7.0.xml30
3 files changed, 1 insertions, 34 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps
index 75b9c8f050..c28a220638 100644
--- a/qpid/java/build.deps
+++ b/qpid/java/build.deps
@@ -45,8 +45,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
@@ -76,7 +74,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.libs} ${log4j}
broker-core.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
- ${xalan} ${derby-db} ${commons.libs} \
+ ${derby-db} ${commons.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
diff --git a/qpid/java/ivy.retrieve.xml b/qpid/java/ivy.retrieve.xml
index 11ec22c5dd..bb67ea46e7 100644
--- a/qpid/java/ivy.retrieve.xml
+++ b/qpid/java/ivy.retrieve.xml
@@ -67,7 +67,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.webjars" name="cryptojs" rev="3.1.2" transitive="false"/>
diff --git a/qpid/java/lib/poms/xalan-2.7.0.xml b/qpid/java/lib/poms/xalan-2.7.0.xml
deleted file mode 100644
index 3fd89aacd8..0000000000
--- a/qpid/java/lib/poms/xalan-2.7.0.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<dep>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
-</dep>
-
-