@@ -874,16 +874,9 @@ project("spring-webflux") {
874
874
testRuntime(" org.webjars:underscorejs:1.8.3" )
875
875
testRuntime(" org.jruby:jruby:9.1.7.0" )
876
876
testRuntime(" org.python:jython-standalone:2.5.3" )
877
- // Ideally, kotlin-script-runtime should be enough for JSR-223, but that's not
878
- // the case yet, so we depend on kotlin-script-util and exclude these
879
- // dependencies only used for artifact retrieval. Point raised to Kotlin team.
880
877
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
881
878
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
882
- testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " ) {
883
- exclude group : " com.jcabi" , module : " jcabi-aether"
884
- exclude group : " org.apache.maven" , module : " maven-core"
885
- exclude group : " org.sonatype.aether" , module : " aether-api"
886
- }
879
+ testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
887
880
}
888
881
889
882
if (JavaVersion . current(). java9Compatible) {
@@ -988,16 +981,9 @@ project("spring-webmvc") {
988
981
testCompile(" org.mozilla:rhino:1.7.7.1" )
989
982
testRuntime(" org.jruby:jruby:9.1.7.0" )
990
983
testRuntime(" org.python:jython-standalone:2.5.3" )
991
- // Ideally, kotlin-script-runtime should be enough for JSR-223, but that's not
992
- // the case yet, so we depend on kotlin-script-util and exclude these
993
- // dependencies only used for artifact retrieval. Point raised to Kotlin team.
994
984
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
995
985
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
996
- testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " ) {
997
- exclude group : " com.jcabi" , module : " jcabi-aether"
998
- exclude group : " org.apache.maven" , module : " maven-core"
999
- exclude group : " org.sonatype.aether" , module : " aether-api"
1000
- }
986
+ testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
1001
987
testRuntime(" org.webjars:underscorejs:1.8.3" )
1002
988
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
1003
989
testRuntime(" com.sun.xml.bind:jaxb-core:${ jaxbVersion} " )
0 commit comments