diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-09 16:41:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-09 16:41:00 +0000 |
| commit | 5447ad538272a214782015a11d2351a572ccbc6d (patch) | |
| tree | 60508a9aa33479d1be5efc41f021c2a211d376ea /qpid/java/lib | |
| parent | 174eb11f6c1a7c5cd37754cd94736fa3ba4b9deb (diff) | |
| download | qpid-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
Diffstat (limited to 'qpid/java/lib')
| -rw-r--r-- | qpid/java/lib/poms/xalan-2.7.0.xml | 30 |
1 files changed, 0 insertions, 30 deletions
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> - - |
