Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | Licensed to the Apache Software Foundation (ASF) under one |
| 5 | or more contributor license agreements. See the NOTICE file |
| 6 | distributed with this work for additional information |
| 7 | regarding copyright ownership. The ASF licenses this file |
| 8 | to you under the Apache License, Version 2.0 (the |
| 9 | "License"); you may not use this file except in compliance |
| 10 | with the License. You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, |
| 15 | software distributed under the License is distributed on an |
| 16 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | KIND, either express or implied. See the License for the |
| 18 | specific language governing permissions and limitations |
| 19 | under the License. |
| 20 | --> |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>felix-parent</artifactId> |
| 26 | <version>2.1</version> |
| 27 | <relativePath>../../../pom/pom.xml</relativePath> |
| 28 | </parent> |
| 29 | |
| 30 | <artifactId>ipojo-manipulator-bom</artifactId> |
Clement Escoffier | 3037b74 | 2014-05-12 11:13:32 +0000 | [diff] [blame^] | 31 | <version>1.12.0</version> |
Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 32 | <name>Apache Felix iPOJO Manipulator BOM</name> |
| 33 | <packaging>pom</packaging> |
| 34 | |
| 35 | <properties> |
Clement Escoffier | 615c9f2 | 2014-05-04 12:36:09 +0000 | [diff] [blame] | 36 | <asm.version>5.0.2</asm.version> |
Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 37 | <metadata.version>1.6.0</metadata.version> |
| 38 | </properties> |
| 39 | |
| 40 | <dependencyManagement> |
| 41 | <dependencies> |
| 42 | <dependency> |
| 43 | <groupId>org.apache.felix</groupId> |
| 44 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
| 45 | <version>${project.version}</version> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.apache.felix</groupId> |
| 49 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
| 50 | <version>${project.version}</version> |
| 51 | </dependency> |
| 52 | <dependency> |
Clement Escoffier | 615c9f2 | 2014-05-04 12:36:09 +0000 | [diff] [blame] | 53 | <groupId>org.ow2.asm</groupId> |
Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 54 | <artifactId>asm-all</artifactId> |
| 55 | <version>${asm.version}</version> |
| 56 | <exclusions> |
| 57 | <exclusion> |
Clement Escoffier | 615c9f2 | 2014-05-04 12:36:09 +0000 | [diff] [blame] | 58 | <groupId>org.ow2.asm</groupId> |
Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 59 | <artifactId>asm-tree</artifactId> |
| 60 | </exclusion> |
| 61 | </exclusions> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.apache.felix</groupId> |
| 65 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
| 66 | <version>${metadata.version}</version> |
| 67 | </dependency> |
| 68 | </dependencies> |
| 69 | </dependencyManagement> |
Clement Escoffier | 3037b74 | 2014-05-12 11:13:32 +0000 | [diff] [blame^] | 70 | |
| 71 | <scm> |
| 72 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.12.0/ipojo-manipulator-bom</connection> |
| 73 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.12.0/ipojo-manipulator-bom</developerConnection> |
| 74 | <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.12.0/ipojo-manipulator-bom</url> |
| 75 | </scm> |
Guillaume Sauthier | d07629c | 2014-03-10 14:54:55 +0000 | [diff] [blame] | 76 | </project> |