- use 2 threads to build maven modules (instead of a single thread)
- increase container startup timeout since they now take a bit longer
to come up
- declare missing dependency of the swagger-ui module on the onboarding
war file
Issue-ID: SDC-4812
Change-Id: I26f1bd1d45b2d97d0e94da86fd892af8ed9530ea
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>openecomp-sdc-docker-backend</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</bind>
</volumes>
<wait>
- <time>60000</time>
+ <time>180000</time>
<tcp>
<host>sdc-FE</host>
<mode>direct</mode>
<relativePath>../../</relativePath>
</parent>
<dependencies>
+ <dependency>
+ <groupId>org.openecomp.sdc.onboarding</groupId>
+ <artifactId>onboarding-be</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>catalog-be</artifactId>