From: Taka Cho Date: Sat, 10 Nov 2018 01:42:11 +0000 (-0500) Subject: update SHIRO to 2.1.8-SNAPSHOT X-Git-Tag: 1.4.4~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=953f7546b28d7c57f80a2c88bf2662f66c46ee08;p=appc%2Fdeployment.git update SHIRO to 2.1.8-SNAPSHOT Shiro uses J2EE Filters update to 2.1.8-SNAPSHOT Change-Id: Ic9eb18de9999126520094b630392d1c0f09ebba7 Issue-ID: APPC-1235 Signed-off-by: Taka Cho --- diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index f9824e8..dc7e506 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -136,8 +136,8 @@ mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -D mv ${targetDir}/data/dg-loader-provider-*-jar-with-dependencies.jar ${targetDir}/data/dg-loader-provider-jar-with-dependencies.jar echo "Downloading aaf-cadi-shiro from nexus" -mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.aaf.authz:aaf-shiro-aafrealm-osgi-bundle:${AAF_SHIRO_VERSION} -DoutputDirectory=${targetDir}/data -mv ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle-*.jar ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle.jar +mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.aaf.cadi:aaf-cadi-shiro:${AAF_SHIRO_VERSION} -DoutputDirectory=${targetDir}/data +mv ${targetDir}/data/aaf-cadi-shiro-*.jar ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle.jar echo "Setting keyfile to readonly" chmod 400 ${targetDir}/data/stores/org.onap.appc.keyfile