summaryrefslogtreecommitdiff
path: root/qpid/java/lib/poms/bcel-5.2.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-10 11:50:41 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-10 11:50:41 +0000
commit83b53840f665b76d6d58a29d0580b7837107daf9 (patch)
treef06937f068f57047207c6352a90bbff71327024a /qpid/java/lib/poms/bcel-5.2.xml
parentb33dec1a97a28ceeda0e5877dbfef494cd5b21bf (diff)
downloadqpid-python-83b53840f665b76d6d58a29d0580b7837107daf9.tar.gz
QPID-5676: revert r1586026, taking a different approach to equalise the builds
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib/poms/bcel-5.2.xml')
-rw-r--r--qpid/java/lib/poms/bcel-5.2.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/qpid/java/lib/poms/bcel-5.2.xml b/qpid/java/lib/poms/bcel-5.2.xml
new file mode 100644
index 0000000000..09d404adf2
--- /dev/null
+++ b/qpid/java/lib/poms/bcel-5.2.xml
@@ -0,0 +1,29 @@
+<?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>org.apache.bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <version>5.2</version>
+ <exclusions>
+ <exclusion>
+ <!-- Qpid doesn't require BCEL InstructionFinder, so does not need jakarta-regexp. -->
+ <groupId>jakarta-regexp</groupId>
+ <artifactId>jakarta-regexp</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>