Merge "BUG 718: changed codec for URI parsing"
[controller.git] / opendaylight / md-sal / compatibility / inventory-topology-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>inventory-topology-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
26                             for MD-SAL</Bundle-Name>
27                     </instructions>
28                 </configuration>
29             </plugin>
30             <plugin>
31                 <groupId>org.eclipse.xtend</groupId>
32                 <artifactId>xtend-maven-plugin</artifactId>
33             </plugin>
34         </plugins>
35     </build>
36
37     <dependencies>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>sal-common-util</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.controller</groupId>
44             <artifactId>sal-binding-api</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>switchmanager</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.controller</groupId>
52             <artifactId>topologymanager</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.slf4j</groupId>
56             <artifactId>slf4j-api</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>com.google.guava</groupId>
60             <artifactId>guava</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>junit</groupId>
64             <artifactId>junit</artifactId>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.mockito</groupId>
69             <artifactId>mockito-all</artifactId>
70             <scope>test</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.eclipse.xtend</groupId>
74             <artifactId>org.eclipse.xtend.lib</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller.model</groupId>
78             <artifactId>model-flow-management</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.controller</groupId>
82             <artifactId>sal-binding-util</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.controller.model</groupId>
86             <artifactId>model-topology</artifactId>
87             <version>1.1-SNAPSHOT</version>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.controller</groupId>
91             <artifactId>forwardingrulesmanager</artifactId>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.controller</groupId>
95             <artifactId>sal-compatibility</artifactId>
96         </dependency>
97     </dependencies>
98 </project>