- Adding hashCode() and equals() method for v6Match
[controller.git] / opendaylight / sal / yang-prototype / sal / sal-binding-spi / 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>sal</artifactId>
6     <version>1.0-SNAPSHOT</version>
7   </parent>
8    <artifactId>sal-binding-spi</artifactId>
9    
10    <dependencies>
11         <dependency>
12                 <groupId>org.opendaylight.controller</groupId>
13                 <artifactId>sal-binding-api</artifactId>
14                 <version>1.0-SNAPSHOT</version>
15         </dependency>
16         <dependency>
17                 <groupId>org.opendaylight.controller</groupId>
18                 <artifactId>sal-core-api</artifactId>
19                 <version>1.0-SNAPSHOT</version>
20         </dependency>
21    </dependencies>
22 </project>