Merge "Fix for Bug 3387 - Delete VPN should clear corresponding VrfTable in FIB DS"
[vpnservice.git] / mdsalutil / mdsalutil-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"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     
5     <parent>
6         <groupId>org.opendaylight.vpnservice</groupId>
7         <artifactId>config-parent</artifactId>
8         <version>0.2.0-SNAPSHOT</version>
9         <relativePath>../../commons/config-parent</relativePath>
10      </parent>
11     
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.vpnservice</groupId>
14     <artifactId>mdsalutil-api</artifactId>
15     <version>0.2.0-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <dependencies>
19     <dependency>
20                 <groupId>org.opendaylight.openflowplugin.model</groupId>
21                 <artifactId>model-flow-base</artifactId>
22                 <version>${openflowplugin.version}</version>
23             </dependency>
24             <dependency>
25                 <groupId>org.opendaylight.openflowplugin.model</groupId>
26                 <artifactId>model-flow-service</artifactId>
27                 <version>${openflowplugin.version}</version>
28         </dependency>
29                       
30     </dependencies>
31 </project>