- Removed sitebuildsettings, the deployment of this and manteinance in
[controller.git] / opendaylight / clustering / test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.opendaylight</artifactId>
7     <version>1.4.0-SNAPSHOT</version>
8     <relativePath>../../commons/opendaylight</relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>clustering.test</artifactId>
13   <version>0.4.0-SNAPSHOT</version>
14   <packaging>bundle</packaging>
15
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.apache.felix</groupId>
20         <artifactId>maven-bundle-plugin</artifactId>
21         <version>2.3.6</version>
22         <extensions>true</extensions>
23         <configuration>
24           <instructions>
25             <Import-Package>
26               org.slf4j,
27               javax.transaction,
28               org.eclipse.osgi.framework.console,
29               ch.qos.logback.classic,
30               org.opendaylight.controller.clustering.services
31             </Import-Package>
32             <Service-Component>
33               OSGI-INF/component.xml
34             </Service-Component>
35           </instructions>
36         </configuration>
37       </plugin>
38     </plugins>
39   </build>
40   <dependencies>
41     <dependency>
42       <groupId>org.opendaylight.controller</groupId>
43       <artifactId>clustering.services</artifactId>
44       <version>0.4.0-SNAPSHOT</version>
45     </dependency>
46   </dependencies>
47 </project>