summaryrefslogtreecommitdiff
path: root/qpid/java/lib/poms/commons-codec-1.3.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-02-07 22:17:44 +0000
committerRobert Gemmell <robbie@apache.org>2011-02-07 22:17:44 +0000
commit72f036264b18ea38d51f82807823a99e04df0cd3 (patch)
tree98296e6341488c92bc0b6410f72034bf4c17d0d6 /qpid/java/lib/poms/commons-codec-1.3.xml
parent527c6d224ef3facb92c1ecb15cc02fff69d1bf7d (diff)
downloadqpid-python-72f036264b18ea38d51f82807823a99e04df0cd3.tar.gz
QPID-2977: simply specify the required dep info in a file rather than using full POMs. Update the SLF4J, Derby, Felix dep info to match the jars currently in use.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1068179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib/poms/commons-codec-1.3.xml')
-rw-r--r--qpid/java/lib/poms/commons-codec-1.3.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/qpid/java/lib/poms/commons-codec-1.3.xml b/qpid/java/lib/poms/commons-codec-1.3.xml
new file mode 100644
index 0000000000..772ff6ab71
--- /dev/null
+++ b/qpid/java/lib/poms/commons-codec-1.3.xml
@@ -0,0 +1,22 @@
+<?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>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+</dep>