Skip to content

Commit

Permalink
update xstream dependency to version 1.4.9 (issue #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bögl authored and TheBoegl committed Mar 13, 2017
1 parent c4efe62 commit cb5e20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ ext {
dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.thoughtworks.xstream:xstream:1.4.9'
compile ("net.sf.launch4j:launch4j:${ARTIFACT_VERSION}:core") {
// exclude(group: 'dsol')
exclude(group: 'org.apache.batik')
exclude(group: 'org.apache.ant')
exclude(group: 'net.java.abeille')
exclude(group: 'com.jgoodies')
exclude(group: 'foxtrot')
exclude(group: 'com.thoughtworks.xstream', module: 'xstream')
}

testCompile gradleTestKit()
Expand Down

0 comments on commit cb5e20f

Please sign in to comment.