BUG-6650: ep-ip/sgt, rename groupbasedpolicy-ise-adapter to sxp-ise-adapter
[groupbasedpolicy.git] / sxp-integration / sxp-ise-adapter / pom.xml
similarity index 75%
rename from sxp-integration/groupbasedpolicy-ise-adapter/pom.xml
rename to sxp-integration/sxp-ise-adapter/pom.xml
index dd477736ad41a06fc648a57952860f60c91be673..50e00c34216d85a0fba769ff2a2696779c18e9e6 100755 (executable)
         <relativePath>..</relativePath>
     </parent>
 
-    <artifactId>groupbasedpolicy-ise-adapter</artifactId>
+    <artifactId>sxp-ise-adapter</artifactId>
     <packaging>bundle</packaging>
-    <name>sxp-integration_groupbasedpolicy-ise-adapter</name>
-
-    <properties>
-        <sxp.version>1.4.0-SNAPSHOT</sxp.version>
-    </properties>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.groupbasedpolicy</groupId>
-                <artifactId>groupbasedpolicy-artifacts</artifactId>
-                <version>${project.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.sxp</groupId>
-                <artifactId>sxp-api</artifactId>
-                <version>${sxp.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+    <name>sxp-integration_sxp-ise-adapter</name>
 
     <dependencies>
         <!-- model dependencies -->
         <dependency>
             <groupId>org.opendaylight.groupbasedpolicy</groupId>
-            <artifactId>sxp-mapper</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.sxp</groupId>
-            <artifactId>sxp-api</artifactId>
+            <artifactId>sxp-ep-provider</artifactId>
         </dependency>
 
         <dependency>