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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>compatibility-parent</artifactId>
7 <version>1.1-SNAPSHOT</version>
9 <artifactId>flow-management-compatibility</artifactId>
10 <packaging>bundle</packaging>
14 <groupId>com.google.guava</groupId>
15 <artifactId>guava</artifactId>
18 <groupId>org.opendaylight.controller</groupId>
19 <artifactId>forwardingrulesmanager</artifactId>
22 <groupId>org.opendaylight.controller</groupId>
23 <artifactId>sal-binding-api</artifactId>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>sal-common-util</artifactId>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>sal-compatibility</artifactId>
34 <groupId>org.opendaylight.controller.model</groupId>
35 <artifactId>model-flow-management</artifactId>
38 <groupId>org.slf4j</groupId>
39 <artifactId>slf4j-api</artifactId>
42 <groupId>junit</groupId>
43 <artifactId>junit</artifactId>
47 <groupId>org.mockito</groupId>
48 <artifactId>mockito-all</artifactId>
57 <groupId>org.apache.felix</groupId>
58 <artifactId>maven-bundle-plugin</artifactId>
59 <extensions>true</extensions>
62 <Bundle-Name>Forwarding Rules Manager Adapter for MD-SAL</Bundle-Name>
69 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
70 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
72 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>