diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-01-11 18:02:46 +0000 |
---|---|---|
committer | vasraz <vasyl.razinkov@est.tech> | 2022-01-11 18:02:46 +0000 |
commit | 33a4259fb3abbb2ccd8509b9e7288e61f1807b15 (patch) | |
tree | a3297f930350cd74448b85616374e766625e83a4 /catalog-be | |
parent | 74274107d682939fb7a3f63d5d690ecfb581a87d (diff) |
Remove test-jar generation
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Icc9f423b93a01fbcca3f45c4e8783d40aa6d6936
Issue-ID: SDC-3840
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index f6bb4f0933..7f776a301c 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -136,9 +136,8 @@ </dependency> <dependency> <groupId>org.openecomp.sdc.be</groupId> - <artifactId>common-be</artifactId> + <artifactId>common-be-tests-utils</artifactId> <version>${project.version}</version> - <type>test-jar</type> <scope>test</scope> <exclusions> <exclusion> |