diff options
Diffstat (limited to 'catalog-be-plugins/pom.xml')
-rw-r--r-- | catalog-be-plugins/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
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> |