Merge "Fix the duplicated parameter"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 5 Sep 2018 06:15:00 +0000 (06:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 5 Sep 2018 06:15:00 +0000 (06:15 +0000)
common/src/main/java/org/onap/so/client/aai/AAIVersion.java
packages/docker/src/main/docker/docker-files/configs/logging/logback-spring.xml

index 20ee5be..de418f3 100644 (file)
@@ -28,7 +28,8 @@ public enum AAIVersion implements GraphInventoryVersion {
        V10("v10"), 
        V11("v11"), 
        V12("v12"),
-       V13("v13");
+       V13("v13"),
+       V14("v14");
        
        public final static AAIVersion LATEST = AAIVersion.values()[AAIVersion.values().length - 1];
        private final String value;
index 8f541d6..5c88943 100644 (file)
 
     <root level="WARN">
         <appender-ref ref="asyncDebug" />
-        <appender-ref ref="SANE" />
         <appender-ref ref="asyncError" />
     </root>