diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-02-22 09:50:07 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-02-22 11:57:03 +0000 |
commit | 086406a3af88a1f77e2be783e6f458dc3c66d4ca (patch) | |
tree | f677da1b183d54729c6f9cffe3ae2a85f238c85f /openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services | |
parent | 2b609a313cfa4ab4b523f20627541264ad1e30f5 (diff) |
Fix locally failing TCs in catalog-be
Migrate to Junit 5 TCs that extends JerseyTest
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I4c81e70836ee5e634291d74cd1773d221dce3702
Issue-ID: SDC-3377
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index f93c08dbb1..aacab744e6 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -12,10 +12,6 @@ <version>1.8.1-SNAPSHOT</version> </parent> - <properties> - <jersey-common.version>2.22.2</jersey-common.version> - </properties> - <dependencies> <dependency> @@ -74,13 +70,13 @@ <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> - <version>${jersey-common.version}</version> + <version>${jersey-bom.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> - <version>${jersey-common.version}</version> + <version>${jersey-bom.version}</version> <scope>test</scope> </dependency> </dependencies> |