Update version to 1.13.6-SNAPSHOT
[sdc.git] / catalog-be-plugins / backend-all-plugins / pom.xml
index d4bf9ab..c9bd27c 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
     <parent>
         <artifactId>catalog-be-plugins</artifactId>
         <groupId>org.openecomp.sdc</groupId>
-        <version>1.11.9-SNAPSHOT</version>
+        <version>1.13.6-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
@@ -39,7 +39,14 @@ limitations under the License.
         <docker.skip.tag>true</docker.skip.tag>
         <docker.skip>true</docker.skip>
     </properties>
-
+    <dependencies>
+        <dependency>
+            <groupId>org.openecomp.sdc</groupId>
+            <artifactId>etsi-nfv-nsd-csar-plugin</artifactId>
+            <type>jar</type>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
     <profiles>
         <profile>
             <id>docker</id>