Fix for SfcProviderRpc and IpSgtDistribution failures
[groupbasedpolicy.git] / sxp-integration / sxp-ise-adapter / pom.xml
index a3b7e18eb2692e5299997a36f2ad9f30f0e98aa9..3b714a0bf9aac98f8947e511c0af8f61b50e924c 100755 (executable)
@@ -9,13 +9,15 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>sxp-ise-adapter</artifactId>
     <packaging>bundle</packaging>
-    <name>sxp-integration_sxp-ise-adapter</name>
+    <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+    <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <dependencies>
         <!-- model dependencies -->
             <artifactId>powermock-api-mockito</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <!-- project build -->