blob: cc13e71c12772d55ff10cb85fd91d4be84194999 [file] [log] [blame]
Clement Escoffier21b80822009-04-15 13:21:29 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
Clement Escoffier03e1db72010-05-01 10:21:51 +00004
5 <parent>
6 <groupId>ipojo.tests</groupId>
7 <artifactId>ipojo.tests</artifactId>
8 <version>1.5.0-SNAPSHOT</version>
9 </parent>
10
Clement Escoffier21b80822009-04-15 13:21:29 +000011 <groupId>ipojo.tests</groupId>
12 <artifactId>org.apache.felix.ipojo.tests.api</artifactId>
13 <packaging>jar</packaging>
Clement Escoffier84075052011-02-23 10:36:42 +000014 <version>${ipojo.api.snapshot}</version>
Clement Escoffier21b80822009-04-15 13:21:29 +000015 <name>org.apache.felix.ipojo.tests.api</name>
Clement Escoffier34571692009-06-28 13:44:55 +000016
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000017 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-compiler-plugin</artifactId>
22 <configuration>
23 <source>1.5</source>
24 <target>1.5</target>
25 </configuration>
26 </plugin>
27 <plugin>
28 <groupId>org.apache.servicemix.tooling</groupId>
29 <artifactId>depends-maven-plugin</artifactId>
Clement Escoffier03e1db72010-05-01 10:21:51 +000030 <version>1.2</version>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000031 <executions>
32 <execution>
33 <id>generate-depends-file</id>
34 <goals>
35 <goal>generate-depends-file</goal>
36 </goals>
37 </execution>
38 </executions>
39 </plugin>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000040 </plugins>
41 </build>
Clement Escoffier34571692009-06-28 13:44:55 +000042
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000043 <dependencies>
44 <dependency>
Clement Escoffier86215df2010-04-16 13:54:16 +000045 <groupId>org.osgi</groupId>
46 <artifactId>org.osgi.core</artifactId>
Clement Escoffier86215df2010-04-16 13:54:16 +000047 </dependency>
48 <dependency>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000049 <groupId>org.apache.felix</groupId>
50 <artifactId>org.apache.felix.ipojo</artifactId>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000051 </dependency>
52 <dependency>
53 <groupId>org.apache.felix</groupId>
54 <artifactId>org.apache.felix.ipojo.api</artifactId>
Clement Escoffier84075052011-02-23 10:36:42 +000055 <version>${ipojo.api.snapshot}</version>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000056 </dependency>
57 <dependency>
58 <groupId>org.apache.felix</groupId>
59 <artifactId>org.apache.felix.ipojo.composite</artifactId>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000060 </dependency>
61 <dependency>
62 <groupId>org.apache.felix</groupId>
63 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000064 </dependency>
Clement Escoffier34571692009-06-28 13:44:55 +000065
Clement Escoffier2fdda122010-04-29 15:53:58 +000066 <!-- For external handler management -->
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000067 <dependency>
68 <groupId>org.apache.felix</groupId>
69 <artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000070 </dependency>
Clement Escoffier34571692009-06-28 13:44:55 +000071
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000072 <!--
73 Pax Exam API:
74 -->
75 <dependency>
76 <groupId>org.ops4j.pax.exam</groupId>
77 <artifactId>pax-exam</artifactId>
Clement Escoffier2252e952009-09-01 17:54:57 +000078 <version>1.1.0</version>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000079 </dependency>
80 <!--
81 During runtime Pax Exam will discover the OSGi container to use by
82 searching metadata available into classpath. Pax Exam comes with a
83 default container that uses [Pax Runner] for implementing the
84 container requirements:
85 -->
86 <dependency>
87 <groupId>org.ops4j.pax.exam</groupId>
88 <artifactId>pax-exam-container-default
89 </artifactId>
Clement Escoffier2252e952009-09-01 17:54:57 +000090 <version>1.1.0</version>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000091 </dependency>
92 <!--
93 If your test code is based on JUnit you will have to have the Junit
94 support artifact:
95 -->
96 <dependency>
97 <groupId>org.ops4j.pax.exam</groupId>
98 <artifactId>pax-exam-junit</artifactId>
Clement Escoffier2252e952009-09-01 17:54:57 +000099 <version>1.1.0</version>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +0000100 </dependency>
101 <dependency>
102 <groupId>junit</groupId>
103 <artifactId>junit</artifactId>
104 <version>4.5</version>
105 <type>jar</type>
106 <scope>test</scope>
107 </dependency>
108 </dependencies>
Clement Escoffier34571692009-06-28 13:44:55 +0000109
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +0000110 <repositories>
111 <repository>
112 <id>ops4j.releases</id>
113 <name>OPS4J Release</name>
114 <url> http://repository.ops4j.org/maven2/</url>
115 <releases>
116 <enabled>true</enabled>
117 </releases>
118 <snapshots>
119 <enabled>false</enabled>
120 </snapshots>
121 </repository>
122 </repositories>
Clement Escoffier21b80822009-04-15 13:21:29 +0000123</project>