diff --git a/build.gradle b/build.gradle index f4b57e0e8..22226687a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,11 +23,8 @@ configure(allprojects) { project -> ext.openSamlVersion = "2.6.6" ext.openSamlXmlSec = "1.5.8" ext.esapiVersion = "2.1.0.1" - ext.commonsFileuploadVersion = "1.3.3" - ext.commonsBeanUtilsVersion = "1.9.3" - ext.antisamyVersion = "1.5.7" ext.xalanVersion = "2.7.2" - ext.xmlApisVersion = "1.4" + ext.xmlApisVersion = "1.4.01" ext.gradleScriptDir = "${rootProject.projectDir}/gradle" apply plugin: "propdeps" diff --git a/core/build.gradle b/core/build.gradle index 29f556ece..573acdd9e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,9 +13,10 @@ dependencies { compile(group: "org.opensaml", name: "opensaml", version: "$openSamlVersion") { exclude(module: 'bcprov-jdk15on') exclude(group: 'org.slf4j', module: 'log4j-over-slf4j') + exclude(group: 'org.slf4j', module: 'jcl-over-slf4j') + exclude(group: 'org.slf4j', module: 'jul-to-slf4j') exclude(group: 'org.owasp.esapi', module: 'esapi') exclude(group: 'ca.juliusdavies', module: 'not-yet-commons-ssl') - exclude(group: 'org.beanshell', module: 'beanshell') exclude(group: "org.apache.velocity", module: 'velocity') } compile group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.0' @@ -23,21 +24,23 @@ dependencies { compile group:'org.bouncycastle', name:'bcpkix-jdk15on', version: "$bcpkixVersion" compile group: 'org.apache.santuario', name: 'xmlsec', version: "$openSamlXmlSec" compile (group:'org.owasp.esapi', name:'esapi', version: "$esapiVersion") { + exclude(group: 'org.beanshell', module: 'bsh-core') exclude(group: 'xalan', module: 'xalan') + exclude(group: 'xom', module: 'xom') + exclude(group: 'log4j', module: 'log4j') + exclude(group: 'commons-configuration', module: 'commons-configuration') exclude(group: 'commons-beanutils', module: 'commons-beanutils-core') exclude(group: 'commons-fileupload', module: 'commons-fileupload') exclude(group: 'org.owasp.antisamy', module: 'antisamy') + exclude(group: 'org.apache.xmlgraphics', module: 'batik-css') } - compile group: 'commons-fileupload', name: 'commons-fileupload', version: "$commonsFileuploadVersion" - compile group: 'commons-beanutils', name: 'commons-beanutils', version: "$commonsBeanUtilsVersion" - compile group: 'org.owasp.antisamy', name: 'antisamy', version: "$antisamyVersion" compile group: 'xalan', name: 'xalan', version:"$xalanVersion" - compile group: "com.narupley", name: "not-going-to-be-commons-ssl", version: "0.3.19" + compile group: "com.narupley", name: "not-going-to-be-commons-ssl", version: "0.3.20" compile group: "xml-apis", name: "xml-apis", version: "$xmlApisVersion" provided "javax.servlet:javax.servlet-api:3.0.1" - testCompile "org.slf4j:slf4j-log4j12:$slf4jVersion", + testCompile "org.slf4j:slf4j-simple:$slf4jVersion", "org.easymock:easymock:3.5.1", "junit:junit:4.12", "commons-logging:commons-logging:1.2", diff --git a/core/pom.xml b/core/pom.xml index 51600d6fe..8f0dd53fb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security.extensions spring-security-saml2-core - 1.0.5.RELEASE + 1.0.9.BUILD-SNAPSHOT Spring Security SAML v2 library Spring Security SAML v2 library https://github.com/SpringSource/spring-security-saml @@ -61,19 +61,7 @@ com.narupley not-going-to-be-commons-ssl - 0.3.19 - compile - - - commons-beanutils - commons-beanutils - 1.9.3 - compile - - - commons-fileupload - commons-fileupload - 1.3.3 + 0.3.20 compile @@ -91,13 +79,13 @@ org.bouncycastle bcpkix-jdk15on - 1.58 + 1.60 compile org.bouncycastle bcprov-jdk15on - 1.58 + 1.60 compile @@ -111,8 +99,8 @@ org.apache.velocity - beanshell - org.beanshell + jcl-over-slf4j + org.slf4j esapi @@ -122,6 +110,10 @@ log4j-over-slf4j org.slf4j + + jul-to-slf4j + org.slf4j + not-yet-commons-ssl ca.juliusdavies @@ -132,18 +124,20 @@ - - org.owasp.antisamy - antisamy - 1.5.7 - compile - org.owasp.esapi esapi 2.1.0.1 compile + + commons-configuration + commons-configuration + + + bsh-core + org.beanshell + xalan xalan @@ -152,6 +146,14 @@ commons-fileupload commons-fileupload + + batik-css + org.apache.xmlgraphics + + + xom + xom + antisamy org.owasp.antisamy @@ -160,6 +162,10 @@ commons-beanutils-core commons-beanutils + + log4j + log4j + @@ -205,7 +211,7 @@ xml-apis xml-apis - 1.4 + 1.4.01 compile @@ -234,7 +240,7 @@ org.slf4j - slf4j-log4j12 + slf4j-simple 1.7.25 test