Skip to content

Commit

Permalink
Upgrade dom4j dependency #138
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Jan 26, 2021
1 parent 1b173a5 commit b2984d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ configure(core) {
compile(group: 'commons-logging', name: 'commons-logging', version: '1.2')
compile(group: 'org.apache.commons', name: 'commons-lang3', version: '3.9')
compile(group: 'commons-io', name: 'commons-io', version: '2.6')
compile(group: 'org.dom4j', name: 'dom4j', version: '2.1.1')
compile(group: 'org.dom4j', name: 'dom4j', version: '2.1.3') {
exclude (group: 'xpp3', module: 'xpp3')
exclude (group: 'pull-parser', module: 'pull-parser')
}
compile(group: 'com.google.guava', name: 'guava', version: '28.0-jre')
compile(group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26')
compile(group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.12')
Expand Down

0 comments on commit b2984d9

Please sign in to comment.