aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r--catalog-be-plugins/backend-all-plugins/pom.xml9
-rw-r--r--catalog-be-plugins/pom.xml12
2 files changed, 19 insertions, 2 deletions
diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml
index 599eb6d0b9..2839ee5ae0 100644
--- a/catalog-be-plugins/backend-all-plugins/pom.xml
+++ b/catalog-be-plugins/backend-all-plugins/pom.xml
@@ -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>
diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml
index c71f2fa2f0..1fe5a2c1af 100644
--- a/catalog-be-plugins/pom.xml
+++ b/catalog-be-plugins/pom.xml
@@ -34,4 +34,14 @@
<module>etsi-nfv-nsd-csar-plugin</module>
<module>backend-all-plugins</module>
</modules>
-</project> \ No newline at end of file
+
+ <dependencies>
+ <dependency>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>catalog-be</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+
+</project>