Bug 651 - Added back IDE profile and changed target for yang sources
[controller.git] / opendaylight / md-sal / compatibility / flow-management-compatibility / pom.xml
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <parent>
4      <groupId>org.opendaylight.controller</groupId>
5     <artifactId>compatibility-parent</artifactId>
6     <version>1.1-SNAPSHOT</version>
7   </parent>
8   <artifactId>flow-management-compatibility</artifactId>
9   <packaging>bundle</packaging>
10   <scm>
11     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
14     <tag>HEAD</tag>
15   </scm>
16
17   <build>
18     <plugins>
19       <plugin>
20         <groupId>org.apache.felix</groupId>
21         <artifactId>maven-bundle-plugin</artifactId>
22         <extensions>true</extensions>
23         <configuration>
24           <instructions>
25             <Bundle-Name>Forwarding Rules Manager Adapter for MD-SAL</Bundle-Name>
26           </instructions>
27         </configuration>
28       </plugin>
29       <plugin>
30         <groupId>org.eclipse.xtend</groupId>
31         <artifactId>xtend-maven-plugin</artifactId>
32       </plugin>
33     </plugins>
34   </build>
35
36   <dependencies>
37     <dependency>
38       <groupId>org.opendaylight.controller</groupId>
39       <artifactId>sal-common-util</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.controller</groupId>
43       <artifactId>sal-binding-api</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.slf4j</groupId>
47       <artifactId>slf4j-api</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>com.google.guava</groupId>
51       <artifactId>guava</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>junit</groupId>
55       <artifactId>junit</artifactId>
56       <scope>test</scope>
57     </dependency>
58     <dependency>
59       <groupId>org.mockito</groupId>
60       <artifactId>mockito-all</artifactId>
61       <scope>test</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.eclipse.xtend</groupId>
65       <artifactId>org.eclipse.xtend.lib</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller.model</groupId>
69       <artifactId>model-flow-management</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>forwardingrulesmanager</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>sal-compatibility</artifactId>
78     </dependency>
79
80   </dependencies>
81 </project>