aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Roi <rina.roi@intl.att.com>2019-07-10 15:53:25 +0300
committerRina Roi <rina.roi@intl.att.com>2019-07-11 11:05:28 +0300
commitb7719bae06f969d1293fad1a16c180afd7ded761 (patch)
tree26edce8b0e7cac57a12cae510e733d06499f51f6
parent58d22b526418ffeb89337fed9e20406da420bc6f (diff)
upgrade jersey version for api tests
Issue-ID: VID-472 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties4
-rwxr-xr-xvid-app-common/pom.xml2
-rw-r--r--vid-automation/pom.xml2
-rw-r--r--vid-webpack-master/package.json2
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 -->
<hibernate.version>4.3.11.Final</hibernate.version>
<jackson.version>2.9.8</jackson.version>
- <jersey.version>2.27</jersey.version>
+ <jersey.version>2.28</jersey.version>
<surefire.version>2.22.1</surefire.version>
<sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions>
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 @@
<version>1.0-SNAPSHOT</version>
<properties>
<springframework.version>5.1.6.RELEASE</springframework.version>
- <jersey.version>2.27</jersey.version>
+ <jersey.version>2.28</jersey.version>
<jackson.version>2.9.7</jackson.version>
<aspectj.version>1.8.10</aspectj.version>
<selenium.version>3.6.0</selenium.version>
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",