Revert "Clean-up pom.xml layout"
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / provider / 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         <artifactId>clustering-it</artifactId>
6         <groupId>org.opendaylight.controller.samples</groupId>
7         <version>1.5.0-SNAPSHOT</version>
8     </parent>
9     <!-- FIXME Use org.opendaylight.controller:config-parent -->
10     <artifactId>clustering-it-provider</artifactId>
11     <packaging>bundle</packaging>
12
13     <build>
14         <plugins>
15             <plugin>
16                 <groupId>org.apache.felix</groupId>
17                 <artifactId>maven-bundle-plugin</artifactId>
18                 <extensions>true</extensions>
19             </plugin>
20         </plugins>
21     </build>
22
23     <dependencies>
24         <dependency>
25             <groupId>org.opendaylight.controller.samples</groupId>
26             <artifactId>clustering-it-model</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller</groupId>
31             <artifactId>sal-binding-config</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.controller</groupId>
35             <artifactId>sal-binding-api</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.controller</groupId>
39             <artifactId>sal-common-api</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.controller</groupId>
43             <artifactId>sal-common-util</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.eclipse.tycho</groupId>
47             <artifactId>org.eclipse.osgi</artifactId>
48         </dependency>
49     </dependencies>
50 </project>