diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-02-07 22:17:44 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-02-07 22:17:44 +0000 |
| commit | ef8d04245dab49a29f5216e94b0e5ec3cda4812b (patch) | |
| tree | 3458c83755a19795f119d8477c84e89d37cdf0bd /java/lib/poms/org.apache.felix.framework-2.0.5.xml | |
| parent | 6e5c689f442f547d34f38f10c550dd798b60796f (diff) | |
| download | qpid-python-ef8d04245dab49a29f5216e94b0e5ec3cda4812b.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/qpid@1068179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib/poms/org.apache.felix.framework-2.0.5.xml')
| -rw-r--r-- | java/lib/poms/org.apache.felix.framework-2.0.5.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/java/lib/poms/org.apache.felix.framework-2.0.5.xml b/java/lib/poms/org.apache.felix.framework-2.0.5.xml new file mode 100644 index 0000000000..cef17fe589 --- /dev/null +++ b/java/lib/poms/org.apache.felix.framework-2.0.5.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.felix</groupId> + <artifactId>org.apache.felix.framework</artifactId> + <version>2.0.5</version> +</dep> |
