Revert "Clean-up pom.xml layout"
[controller.git] / opendaylight / md-sal / sal-dom-api / 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>sal-parent</artifactId>
7     <version>1.5.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>sal-core-api</artifactId>
10   <packaging>bundle</packaging>
11   <dependencies>
12     <dependency>
13       <groupId>org.opendaylight.controller</groupId>
14       <artifactId>sal-common-api</artifactId>
15     </dependency>
16     <dependency>
17       <groupId>org.opendaylight.yangtools</groupId>
18       <artifactId>yang-data-api</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>org.opendaylight.yangtools</groupId>
22       <artifactId>yang-model-api</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.osgi</groupId>
26       <artifactId>org.osgi.core</artifactId>
27     </dependency>
28
29     <dependency>
30       <groupId>junit</groupId>
31       <artifactId>junit</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.controller</groupId>
35       <artifactId>sal-test-model</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.yangtools</groupId>
39       <artifactId>yang-data-impl</artifactId>
40       <scope>test</scope>
41     </dependency>
42   </dependencies>
43   <build>
44     <plugins>
45       <plugin>
46         <groupId>org.apache.felix</groupId>
47         <artifactId>maven-bundle-plugin</artifactId>
48         <extensions>true</extensions>
49       </plugin>
50     </plugins>
51   </build>
52   <scm>
53     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
54     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
55     <tag>HEAD</tag>
56     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
57   </scm>
58 </project>