aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/dist
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-03 12:38:48 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-07-05 21:23:31 +0000
commitb92a895b00ec3efeceb341dc5779b45d35f0176b (patch)
tree5b8bb4080bc3162267c6d0cabb7bab5616170471 /openecomp-be/dist
parent0977894d34b43eba0846b23dd5bc4f186ca7edc2 (diff)
Prepare to build docker images simultaneously
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Iaac3e56906527c6bd65053c538b4b2889cbaac1d Issue-ID: SDC-4547
Diffstat (limited to 'openecomp-be/dist')
-rw-r--r--openecomp-be/dist/sdc-onboard-backend-docker/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml
index 35525558ae..7915e2e402 100644
--- a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml
+++ b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml
@@ -3,23 +3,26 @@
<modelVersion>4.0.0</modelVersion>
<name>openecomp-sdc-docker-backend</name>
- <groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-docker-backend</artifactId>
<packaging>pom</packaging>
- <url>http://maven.apache.org</url>
-
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-docker-dist</artifactId>
<version>1.13.1-SNAPSHOT</version>
</parent>
-
<properties>
<docker.image.name>sdc-onboard-backend</docker.image.name>
</properties>
-
+ <dependencies>
+ <dependency>
+ <groupId>org.openecomp.sdc.onboarding</groupId>
+ <artifactId>api-docs</artifactId>
+ <type>war</type>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
<profiles>
<profile>
<id>docker</id>
@@ -177,4 +180,3 @@
</profile>
</profiles>
</project>
-