summaryrefslogtreecommitdiffstats
path: root/common-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-01-11 18:02:46 +0000
committervasraz <vasyl.razinkov@est.tech>2022-01-11 18:02:46 +0000
commit33a4259fb3abbb2ccd8509b9e7288e61f1807b15 (patch)
treea3297f930350cd74448b85616374e766625e83a4 /common-be/pom.xml
parent74274107d682939fb7a3f63d5d690ecfb581a87d (diff)
Remove test-jar generation
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Icc9f423b93a01fbcca3f45c4e8783d40aa6d6936 Issue-ID: SDC-3840
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>