diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-03-04 12:20:33 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-04 12:20:33 +0200 |
commit | 03658e97c41cce22f20ac04d69038103089b4f05 (patch) | |
tree | 24bf95e85232ebb42b85b0d4d9d8ffa8609108b6 /vid-app-common/src | |
parent | 2b0c105bd2316f43f4a66d2500f3d2410c33ef69 (diff) |
Upgrade AAI API version to v166.0.3
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 <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java | 6 |
1 files changed, 0 insertions, 6 deletions
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"; |