diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-04-18 21:32:56 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-04-18 21:32:56 +0000 |
| commit | 8e77ef4ce7db352f1384bcc4261da0e0ccd3860f (patch) | |
| tree | c5c3d9cacf20cf365cf79908b38ad48950dd709f /java/lib | |
| parent | 143e5a1a48565ddef9657462e4a8510cbc308e8f (diff) | |
| download | qpid-python-8e77ef4ce7db352f1384bcc4261da0e0ccd3860f.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/qpid@1327692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib')
| -rw-r--r-- | java/lib/poms/jackson-core-asl-1.9.0.xml | 22 | ||||
| -rw-r--r-- | java/lib/poms/jackson-mapper-asl-1.9.0.xml | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/java/lib/poms/jackson-core-asl-1.9.0.xml b/java/lib/poms/jackson-core-asl-1.9.0.xml new file mode 100644 index 0000000000..cc5947b72b --- /dev/null +++ b/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/java/lib/poms/jackson-mapper-asl-1.9.0.xml b/java/lib/poms/jackson-mapper-asl-1.9.0.xml new file mode 100644 index 0000000000..ff74f5a503 --- /dev/null +++ b/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> |
