From: Lee, Tian (tl5884) Date: Thu, 3 Jan 2019 11:15:46 +0000 (+0000) Subject: Upversion Spring Boot for NexusIQ X-Git-Tag: 2.1.9~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F75214%2F1;p=aaf%2Fcadi.git Upversion Spring Boot for NexusIQ Upversion to latest 2.1.1.RELEASE to fix new NexusIQ security vulnerabilities Change-Id: I8d7759d5f5dbdf70b1056bc4b6875caf8c25893d Issue-ID: AAF-693 Signed-off-by: Lee, Tian (tl5884) --- diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 424f29c..dd5ae52 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -15,8 +15,7 @@ * limitations under the License. * ============LICENSE_END==================================================== * --> - org.onap.aaf.cadi @@ -53,12 +52,12 @@ - 2.0.5.RELEASE - 3.0.4.RELEASE + 2.1.1.RELEASE + 5.1.3.RELEASE ${basedir}/target - + @@ -78,49 +77,61 @@ javax.servlet-api 3.1.0 - - org.aspectj - aspectjrt - 1.9.2 + org.aspectj + aspectjrt + 1.9.2 - com.google.code.gson gson 2.8.5 - org.apache.commons commons-lang3 3.8.1 - org.springframework.boot spring-boot-starter-jetty ${spring.boot.version} - org.springframework.boot spring-boot-starter-aop ${spring.boot.version} - org.springframework.boot spring-boot-starter-web ${spring.boot.version} - org.springframework.boot spring-boot-starter-test ${spring.boot.version} - + + org.springframework + spring-core + ${spring.web.version} + + + org.springframework + spring-expression + ${spring.web.version} + + + org.springframework + spring-web + ${spring.web.version} + + + org.springframework + spring-webmvc + ${spring.web.version} + @@ -136,18 +147,18 @@ - + maven-surefire-plugin 2.17 + unit tests --> - - + + com.mycila license-maven-plugin diff --git a/sidecar/rproxy/src/main/resources/application.properties b/sidecar/rproxy/src/main/resources/application.properties index 5c2dffb..0f111dc 100644 --- a/sidecar/rproxy/src/main/resources/application.properties +++ b/sidecar/rproxy/src/main/resources/application.properties @@ -7,7 +7,6 @@ server.ssl.protocol=TLS server.ssl.enabled-protocols=TLSv1.2 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-auth=want - server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12 server.servlet.contextPath=/ @@ -16,4 +15,6 @@ uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json logging.config=${CONFIG_HOME}/logback-spring.xml -spring.profiles.default=secure,cadi \ No newline at end of file +spring.profiles.default=secure,cadi + +spring.main.allow-bean-definition-overriding=true \ No newline at end of file