Skip to content

Commit

Permalink
Clean build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hrcornejo committed Oct 3, 2023
1 parent 70c07c4 commit 642edce
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,28 +138,11 @@ dependencies {
transitive = true
}
implementation('javax.validation:validation-api:2.0.1.Final')
implementation('com.atlassian.crowd:crowd-integration-springsecurity:5.1.3') {
/*
exclude(group: 'commons-httpclient')
exclude(group: 'org.apache.ws.commons', module: 'XmlSchema')
// Explicitly excludes vulnerable versions
exclude(group: 'org.apache.struts', module: 'struts2-core')
exclude(group: 'org.apache.struts.xwork', module: 'xwork-core')
exclude(group: 'commons-collections', module: 'commons-collections')
exclude(group: 'commons-fileupload', module: 'commons-fileupload')
exclude(group: 'com.fasterxml.jackson.core', module: 'jackson-databind')
exclude(group: 'org.aspectj', module: 'aspectjweaver')
exclude(group: 'com.google.guava', module: 'guava')*/
}

implementation('com.atlassian.crowd:crowd-integration-springsecurity:5.1.3')
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.1'
implementation group: 'xerces', name: 'xercesImpl', version: '2.9.1'


// latest version of excluded libs: refactor this when upgrading to new 'com.atlassian.crowd:crowd-integration-springsecurity'

//implementation('com.google.guava:guava:30.0-jre')
testImplementation('com.github.tomakehurst:wiremock-jre8:2.32.0')
}

Expand Down Expand Up @@ -231,6 +214,7 @@ task npmBuild(type:Exec) {
commandLine 'npm', 'run', 'build'
}

// Uncomment to compile npm front if frontend.spa.enabled=true in .properties
//bootRun.dependsOn npmBuild

configurations.all {
Expand Down

0 comments on commit 642edce

Please sign in to comment.