From b7719bae06f969d1293fad1a16c180afd7ded761 Mon Sep 17 00:00:00 2001 From: Rina Roi Date: Wed, 10 Jul 2019 15:53:25 +0300 Subject: [PATCH] upgrade jersey version for api tests Issue-ID: VID-472 Signed-off-by: Rina Roi Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 4 ++-- vid-app-common/pom.xml | 2 +- vid-automation/pom.xml | 2 +- vid-webpack-master/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index da1bfc46d..cc887d8b1 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -114,8 +114,8 @@ role_management_activated = false #aai.server.url=https://aai.api.openecomp.org:8443/aai/v8/ #aai.oldserver.url.base=https://aai.api.openecomp.org:8443/aai/servers/ #aai.oldserver.url=https://aai.api.openecomp.org:8443/aai/servers/v3/ -aai.server.url.base=https://104.239.249.183:8443/aai/ -aai.server.url=https://104.239.249.183:8443/aai/v13/ +aai.server.url.base=http://localhost:1080/aai/ +aai.server.url=http://localhost:1080/aai/v13/ aai.oldserver.url.base=https://104.239.249.183:8443/aai/servers/ aai.oldserver.url=https://104.239.249.183:8443/aai/servers/v3/ aai.truststore.filename=tomcat_keystore diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 072a891d8..1749039d6 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -33,7 +33,7 @@ so following orm.version lets epsdk-core find it --> 4.3.11.Final 2.9.8 - 2.27 + 2.28 2.22.1 **/webapp/**/*,**/*.js diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 685e2b24a..c00f79926 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -7,7 +7,7 @@ 1.0-SNAPSHOT 5.1.6.RELEASE - 2.27 + 2.28 2.9.7 1.8.10 3.6.0 diff --git a/vid-webpack-master/package.json b/vid-webpack-master/package.json index d718b2235..15389eb34 100644 --- a/vid-webpack-master/package.json +++ b/vid-webpack-master/package.json @@ -64,7 +64,7 @@ "ngx-moment": "^2.0.0-rc.0", "ngx-tooltip": "0.0.9", "npm": "^6.4.1", - "redux": "^4.0.1", + "redux": "4.0.1", "redux-observable": "^1.0.0", "rxjs": "^6.3.3", "rxjs-compat": "^6.3.3", -- 2.16.6