From 03658e97c41cce22f20ac04d69038103089b4f05 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 4 Mar 2020 12:20:33 +0200 Subject: Upgrade AAI API version to v16 v16 is the recommended Dublin version: https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Dublin Issue-ID: VID-365 Change-Id: I3c84525382477d453dcdc0e5c1e061dc41526dc0 Signed-off-by: Ittay Stern --- .../src/main/java/org/onap/vid/aai/util/AAIProperties.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vid-app-common/src/main/java/org/onap/vid/aai/util') diff --git a/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java b/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java index 114ec802e..767cf5dca 100644 --- a/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java +++ b/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java @@ -35,12 +35,6 @@ public class AAIProperties extends SystemProperties { /** The Constant AAI_SERVER_URL. */ public static final String AAI_SERVER_URL = "aai.server.url"; - /** The Constant AAI_OLDSERVER_URL_BASE. */ - public static final String AAI_OLDSERVER_URL_BASE = "aai.oldserver.url.base"; - - /** The Constant AAI_OLDSERVER_URL. */ - public static final String AAI_OLDSERVER_URL = "aai.oldserver.url"; - /** The Constant AAI_TRUSTSTORE_FILENAME. */ public static final String AAI_TRUSTSTORE_FILENAME = "aai.truststore.filename"; -- cgit 1.2.3-korg