upgrade jersey version for api tests 28/91228/1
authorRina Roi <rina.roi@intl.att.com>
Wed, 10 Jul 2019 12:53:25 +0000 (15:53 +0300)
committerRina Roi <rina.roi@intl.att.com>
Thu, 11 Jul 2019 08:05:28 +0000 (11:05 +0300)
Issue-ID: VID-472
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d

epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
vid-app-common/pom.xml
vid-automation/pom.xml
vid-webpack-master/package.json

index da1bfc4..cc887d8 100755 (executable)
@@ -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
index 072a891..1749039 100755 (executable)
@@ -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>
 
index 685e2b2..c00f799 100644 (file)
@@ -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>
index d718b22..15389eb 100644 (file)
@@ -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",