Change parent version
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-features / onap-appc-request-handler / pom.xml
index 2fcff3a..6a0b4f8 100644 (file)
@@ -25,13 +25,13 @@ limitations under the License.
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>2.5.0</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.appc</groupId>
     <artifactId>onap-appc-request-handler</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name></name>
@@ -44,6 +44,13 @@ limitations under the License.
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.onap.ccsdk.sli.adaptors</groupId>
+            <artifactId>ccsdk-aai-service</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+            <version>${ccsdk.sli.adaptors.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.onap.appc</groupId>
             <artifactId>transaction-recorder</artifactId>
@@ -64,11 +71,6 @@ limitations under the License.
             <artifactId>appc-message-adapter-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.onap.appc</groupId>
-            <artifactId>appc-provider-model</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-command-executor-api</artifactId>