File tree 1 file changed +8
-7
lines changed
subprojects/WhiskeyWayang
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 16
16
apply plugin : ' groovy'
17
17
apply plugin : ' application'
18
18
19
- // repositories {
19
+ repositories {
20
+ mavenCentral()
20
21
// maven {
21
22
// url 'https://repository.apache.org/content/repositories/orgapachewayang-1017'
22
23
// }
23
- // }
24
+ }
24
25
25
26
ext. appName = ' WhiskeyWayang'
26
27
@@ -37,13 +38,13 @@ tasks.named('run').configure {
37
38
38
39
ext {
39
40
wayangVersion = ' 0.7.1'
40
- hadoopVersion = ' 3.3.6 '
41
+ hadoopVersion = ' 3.4.0 '
41
42
scalaMajorVersion = ' 2.12'
42
- sparkVersion = ' 3.5.0 '
43
+ sparkVersion = ' 3.5.1 '
43
44
}
44
45
45
46
dependencies {
46
- implementation " org.apache.groovy:groovy:5.0.0-alpha-3 "
47
+ implementation " org.apache.groovy:groovy:5.0.0-alpha-8 "
47
48
implementation " org.apache.wayang:wayang-api-scala-java_$scalaMajorVersion :$wayangVersion "
48
49
implementation " org.apache.wayang:wayang-java:$wayangVersion "
49
50
implementation(" org.apache.wayang:wayang-spark_$scalaMajorVersion :$wayangVersion " ) {
@@ -56,8 +57,8 @@ dependencies {
56
57
exclude(group : ' org.apache.logging.log4j' , module : ' log4j-slf4j-impl' )
57
58
}
58
59
runtimeOnly " org.slf4j:slf4j-simple:$slf4jVersion "
59
- runtimeOnly ' org.apache.commons:commons-configuration2:2.9.0 '
60
- runtimeOnly ' com.fasterxml.woodstox:woodstox-core:6.5.1 '
60
+ runtimeOnly ' org.apache.commons:commons-configuration2:2.10.1 '
61
+ runtimeOnly ' com.fasterxml.woodstox:woodstox-core:6.6.2 '
61
62
runtimeOnly ' com.google.re2j:re2j:1.7'
62
63
runtimeOnly(" org.apache.hadoop:hadoop-common:$hadoopVersion " ) {
63
64
transitive = false
You can’t perform that action at this time.
0 commit comments