blob: f4a639e1624ee0ca1dae519ddaca8ac96a5e9531 [file] [log] [blame]
Richard S. Hall7fa14152006-06-14 15:22:03 +00001<project>
2 <parent>
3 <artifactId>felix</artifactId>
4 <groupId>org.apache.felix</groupId>
Richard S. Hallf2be1962006-12-22 19:46:42 +00005 <version>0.9.0-incubator-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +00006 <relativePath>../../pom/pom.xml</relativePath>
Richard S. Hall7fa14152006-06-14 15:22:03 +00007 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>org.apache.felix.ipojo.plugin</artifactId>
Clement Escoffierace86c52007-06-24 17:44:53 +000010 <version>0.7.3-incubator-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000011 <name>Apache Felix iPOJO Maven Plugin</name>
12 <packaging>maven-plugin</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.apache.maven</groupId>
16 <artifactId>maven-plugin-api</artifactId>
17 <version>2.0</version>
18 </dependency>
19 <dependency>
20 <groupId>org.apache.maven</groupId>
21 <artifactId>maven-archiver</artifactId>
22 <version>2.0</version>
23 </dependency>
24 <dependency>
25 <groupId>org.codehaus.plexus</groupId>
26 <artifactId>plexus-utils</artifactId>
27 <version>1.1</version>
28 </dependency>
29 <dependency>
30 <groupId>org.apache.maven</groupId>
31 <artifactId>maven-artifact</artifactId>
32 <version>2.0</version>
33 </dependency>
34 <dependency>
Richard S. Hallf5931c12006-12-15 21:56:11 +000035 <groupId>asm</groupId>
Richard S. Hall7fa14152006-06-14 15:22:03 +000036 <artifactId>asm</artifactId>
Richard S. Halla721c962007-05-29 18:33:37 +000037 <version>3.0</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000038 </dependency>
39 <dependency>
40 <groupId>xerces</groupId>
41 <artifactId>xercesImpl</artifactId>
42 <version>2.4.0</version>
43 </dependency>
44 <dependency>
45 <groupId>${pom.groupId}</groupId>
46 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
47 <version>${pom.version}</version>
48 </dependency>
Clement Escoffierace86c52007-06-24 17:44:53 +000049 <dependency>
50 <groupId>${pom.groupId}</groupId>
51 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
52 <version>0.7.3-incubator-SNAPSHOT</version>
53 </dependency>
Richard S. Hall7fa14152006-06-14 15:22:03 +000054 </dependencies>
55</project>