@@ -4,14 +4,19 @@ plugins {
44
55
66dependencies {
7- compile project(" :native-cli" )
8- testCompile group : ' org.scalatest' , name : ' scalatest_2.12' , version : scalaTestVersion
9- testCompile group : ' org.mule.weave' , name : ' parser' , version : weaveVersion
10- testCompile group : ' org.mule.weave' , name : ' test-helpers' , version : weaveVersion
11- testCompile " org.mule.weave:runtime:${ weaveVersion} :test@zip"
12- testCompile " org.mule.weave:yaml-module:${ weaveVersion} :test@zip"
13- testCompile ' commons-io:commons-io:2.11.0'
14- testRuntime ' org.pegdown:pegdown:1.6.0'
7+ api project(" :native-cli" )
8+ testImplementation group : ' org.scalatest' , name : ' scalatest_2.12' , version : scalaTestVersion
9+ testImplementation group : ' org.mule.weave' , name : ' parser' , version : weaveVersion
10+ testImplementation group : ' org.mule.weave' , name : ' test-helpers' , version : weaveVersion
11+ testImplementation " org.mule.weave:runtime:${ weaveVersion} :test@zip"
12+ testImplementation " org.mule.weave:yaml-module:${ weaveVersion} :test@zip"
13+ testImplementation ' commons-io:commons-io:2.11.0'
14+ testRuntimeOnly ' org.pegdown:pegdown:1.6.0'
15+
16+ testImplementation group : ' com.sun.mail' , name : ' jakarta.mail' , version : ' 1.6.4'
17+ testImplementation group : ' xerces' , name : ' xercesImpl' , version : ' 2.12.1'
18+ testImplementation group : ' xalan' , name : ' xalan' , version : ' 2.7.2'
19+ testImplementation group : ' commons-beanutils' , name : ' commons-beanutils' , version : ' 1.9.4'
1520}
1621
1722test. dependsOn(" :native-cli:nativeCompile" )
0 commit comments