From b7719bae06f969d1293fad1a16c180afd7ded761 Mon Sep 17 00:00:00 2001 From: Rina Roi Date: Wed, 10 Jul 2019 15:53:25 +0300 Subject: 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epsdk-app-onap/src') 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 -- cgit 1.2.3-korg