File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,6 @@ allprojects { subproj ->
110
110
exclude group : ' com.google.code.findbugs' , module : ' jsr305'
111
111
}
112
112
resolutionStrategy {
113
- // use version 0.13 until Jena releases 3.14
114
- force " org.apache.thrift:libthrift:$thriftVersion "
115
113
// use version 1.25 until jackson-dataformat-yaml updates dependency
116
114
force " org.yaml:snakeyaml:$snakeyamlVersion "
117
115
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ activeMqVersion = 5.15.11
33
33
dropwizardVersion = 2.0.0
34
34
guavaVersion = 28.2-jre
35
35
jacksonVersion = 2.10.1
36
- jenaVersion = 3.13.1
36
+ jenaVersion = 3.14.0
37
37
jjwtVersion = 0.10.7
38
38
jsonldVersion = 0.13.0
39
39
kafkaVersion = 2.4.0
@@ -44,7 +44,6 @@ rxjavaVersion = 2.2.17
44
44
45
45
# Transitive dependencies
46
46
snakeyamlVersion = 1.25
47
- thriftVersion = 0.13.0
48
47
49
48
# Testing
50
49
apiguardianVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments