summaryrefslogtreecommitdiff
path: root/qpid/java/lib
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-10-21 22:04:51 +0000
committerKim van der Riet <kpvdr@apache.org>2013-10-21 22:04:51 +0000
commit888581cb9781259073d190edede25e6253ec7dd9 (patch)
treeca719eb54a498aebb5c59c527b08178491e4ad4c /qpid/java/lib
parent6d5d782b504677fcc4392086cb628dbbb79c800a (diff)
downloadqpid-python-888581cb9781259073d190edede25e6253ec7dd9.tar.gz
QPID-4984: WIP - Merge from trunk r.1534385.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/linearstore@1534394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib')
-rw-r--r--qpid/java/lib/poms/bcel-5.2.xml22
-rw-r--r--qpid/java/lib/poms/dojo-1.9.1.xml23
-rw-r--r--qpid/java/lib/poms/je-5.0.97.xml (renamed from qpid/java/lib/poms/je-5.0.84.xml)2
3 files changed, 46 insertions, 1 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..b218981e8a
--- /dev/null
+++ b/qpid/java/lib/poms/bcel-5.2.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>org.apache.bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <version>5.2</version>
+</dep>
diff --git a/qpid/java/lib/poms/dojo-1.9.1.xml b/qpid/java/lib/poms/dojo-1.9.1.xml
new file mode 100644
index 0000000000..0b8c341353
--- /dev/null
+++ b/qpid/java/lib/poms/dojo-1.9.1.xml
@@ -0,0 +1,23 @@
+<?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.dojotoolkit</groupId>
+ <artifactId>dojo</artifactId>
+ <version>1.9.1</version>
+ <deptype>zip</deptype>
+</dep>
diff --git a/qpid/java/lib/poms/je-5.0.84.xml b/qpid/java/lib/poms/je-5.0.97.xml
index 7a556bbe1c..9ab0f3a1fe 100644
--- a/qpid/java/lib/poms/je-5.0.84.xml
+++ b/qpid/java/lib/poms/je-5.0.97.xml
@@ -18,5 +18,5 @@
<dep>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
- <version>5.0.84</version>
+ <version>5.0.97</version>
</dep>