File tree 1 file changed +7
-1
lines changed
subprojects/HousePricesBeam
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,13 @@ dependencies {
22
22
implementation " org.apache.beam:beam-runners-direct-java:$beamVersion "
23
23
implementation " org.slf4j:slf4j-api:$slf4jVersion "
24
24
implementation " org.apache.groovy:groovy:$groovy4Version "
25
- implementation " com.github.haifengl:smile-core:$smileVersion "
25
+ implementation(" com.github.haifengl:smile-core:$smileVersion " ) {
26
+ transitive = false
27
+ }
28
+ implementation(" com.github.haifengl:smile-base:$smileVersion " ) {
29
+ transitive = false
30
+ }
31
+ implementation " org.apache.commons:commons-csv:$commonsCsvVersion "
26
32
implementation " org.apache.commons:commons-math4-legacy:$commonsMath4Version "
27
33
runtimeOnly " org.slf4j:slf4j-jdk14:$slf4jVersion "
28
34
runtimeOnly " org.bytedeco:openblas-platform:$openblasPlatformVersion "
You can’t perform that action at this time.
0 commit comments