diff options
author | Rina Roi <rina.roi@intl.att.com> | 2019-07-10 15:53:25 +0300 |
---|---|---|
committer | Rina Roi <rina.roi@intl.att.com> | 2019-07-11 11:05:28 +0300 |
commit | b7719bae06f969d1293fad1a16c180afd7ded761 (patch) | |
tree | 26edce8b0e7cac57a12cae510e733d06499f51f6 /epsdk-app-onap/src | |
parent | 58d22b526418ffeb89337fed9e20406da420bc6f (diff) |
upgrade jersey version for api tests
Issue-ID: VID-472
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
Diffstat (limited to 'epsdk-app-onap/src')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 4 |
1 files changed, 2 insertions, 2 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 |