Merge "Remove deprecated BindingAwareProvider methods"
[packetcable.git] / packetcable-provider / pom.xml
index 0bfb97fcc07af439b6419c0f566212dff9879109..4d6e649ea1973fd01ec42aa075bbba05087ddc3b 100644 (file)
@@ -5,16 +5,21 @@
        <parent>
                <groupId>org.opendaylight.packetcable</groupId>
                <artifactId>packetcable</artifactId>
-               <version>1.1-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
        <artifactId>packetcable-provider</artifactId>
        <packaging>bundle</packaging>
 
        <properties>
-               <sal-binding-api.version>1.1-SNAPSHOT</sal-binding-api.version>
+               <sal-binding-api.version>1.2.0-SNAPSHOT</sal-binding-api.version>
        </properties>
 
        <dependencies>
+               <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>packetcable-driver</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>packetcable-model</artifactId>
 
        <build>
                <plugins>
-                       <plugin>
-                               <artifactId>maven-checkstyle-plugin</artifactId>
-                               <configuration>
-                                 <skip>true</skip>
-                               </configuration>
-                       </plugin>
+                       <plugin>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
 
                        <plugin>
                                <groupId>org.apache.felix</groupId>