diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-05-27 11:37:44 +0100 |
---|---|---|
committer | aribeiro <anderson.ribeiro@est.tech> | 2020-05-27 11:58:07 +0100 |
commit | 6909f0c827bb46180fafc9d306d500e032ae7e0b (patch) | |
tree | fb649d6b1364308629a64d74f65e2e7456a80a31 /openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services | |
parent | 18ae7612481c386db22fe983dedf331a29141444 (diff) |
Revert "Java 11 migration: fixing problems on 'catalog-fe'"
This reverts commit 50906f4dcd00b0162298d1f86d72dcfc4d3caee9.
Issue-ID: SDC-3088
Change-Id: I13c48243b3a137c7e66da1ef217a0ecbbd55f216
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 | 9 |
1 files changed, 7 insertions, 2 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 bba87f17f1..d261f46f18 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,7 +12,12 @@ <version>1.7.0-SNAPSHOT</version> </parent> + <properties> + <jersey-common.version>2.22.2</jersey-common.version> + </properties> + <dependencies> + <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> @@ -63,13 +68,13 @@ <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> - <version>${jersey-bom.version}</version> + <version>${jersey-common.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> - <version>${jersey-bom.version}</version> + <version>${jersey-common.version}</version> <scope>test</scope> </dependency> </dependencies> |