summaryrefslogtreecommitdiffstats
path: root/common-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-be/pom.xml')
-rw-r--r--common-be/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index 1fc89df6b6..d498df4c86 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -205,6 +205,12 @@
<artifactId>openecomp-common-lib</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.openecomp.sdc.be</groupId>
+ <artifactId>common-be-tests-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -218,7 +224,6 @@
<phase>package</phase>
<goals>
<goal>jar</goal>
- <goal>test-jar</goal>
</goals>
</execution>
</executions>