summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-04-18 21:32:56 +0000
committerRobert Gemmell <robbie@apache.org>2012-04-18 21:32:56 +0000
commit862a4001ec6568c3e741c8861f8fd5fab7bc7592 (patch)
treeb395cd5717241eb5e81f54ccb351763e05d0fd91
parent386f2f76923303b3450ae3fce486976efb18babf (diff)
downloadqpid-python-862a4001ec6568c3e741c8861f8fd5fab7bc7592.tar.gz
QPID-3923: fix the maven artefact generation proces, add dependency info for jackson jars
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327692 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/lib/poms/jackson-core-asl-1.9.0.xml22
-rw-r--r--qpid/java/lib/poms/jackson-mapper-asl-1.9.0.xml22
2 files changed, 44 insertions, 0 deletions
diff --git a/qpid/java/lib/poms/jackson-core-asl-1.9.0.xml b/qpid/java/lib/poms/jackson-core-asl-1.9.0.xml
new file mode 100644
index 0000000000..cc5947b72b
--- /dev/null
+++ b/qpid/java/lib/poms/jackson-core-asl-1.9.0.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.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ <version>1.9.0</version>
+</dep>
diff --git a/qpid/java/lib/poms/jackson-mapper-asl-1.9.0.xml b/qpid/java/lib/poms/jackson-mapper-asl-1.9.0.xml
new file mode 100644
index 0000000000..ff74f5a503
--- /dev/null
+++ b/qpid/java/lib/poms/jackson-mapper-asl-1.9.0.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.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>1.9.0</version>
+</dep>