Skip to content

Commit

Permalink
Exclude some uneeded kotlin-script-util dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Dec 31, 2016
1 parent 5539dc3 commit 007bea0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -33,6 +33,10 @@ dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}") {
exclude group: "com.jcabi", module: "jcabi-aether"
exclude group: "org.apache.maven", module: "maven-core"
exclude group: "org.sonatype.aether", module: "aether-api"
}
testCompile('org.springframework.boot:spring-boot-starter-test')
}

0 comments on commit 007bea0

Please sign in to comment.