Skip to content

Commit

Permalink
odpi#5212 upgrade jena
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Sep 15, 2021
1 parent 45e3325 commit 691c64c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ allprojects {
junitjupiterVersion = '5.7.2'
tomcatVersion = '9.0.52'
httpcoreVersion = '4.4.14'
jenaVersion = '4.1.0'
}

dependencies {
Expand Down Expand Up @@ -137,7 +138,7 @@ allprojects {
implementation("org.apache.httpcomponents:httpcore:${httpcoreVersion}")
implementation("org.apache.httpcomponents:httpcore-nio:${httpcoreVersion}")
implementation("org.apache.httpcomponents:httpcore-osgi:${httpcoreVersion}")
implementation("org.apache.jena:jena-core:3.17.0")
implementation("org.apache.jena:jena-core:${jenaVersion}")
implementation("org.apache.kafka:kafka-clients:2.8.0")
implementation("org.apache.lucene:lucene-core:${luceneVersion}")
implementation("org.apache.lucene:lucene-analyzers-common:${luceneVersion}")
Expand Down Expand Up @@ -204,7 +205,7 @@ allprojects {
runtimeOnly("joda-time:joda-time:2.10.10")
implementation("org.yaml:snakeyaml:1.29")
runtimeOnly("org.antlr:antlr-runtime:3.5.2")
runtimeOnly("org.apache.jena:jena-arq:3.17.0")
runtimeOnly("org.apache.jena:jena-arq:${jenaVersion}")
runtimeOnly("org.codehaus.jackson:jackson-mapper-asl:1.9.14-atlassian-6")
runtimeOnly("org.codehaus.jackson:jackson-core-asl:1.9.14-atlassian-6")
runtimeOnly("org.janusgraph:janusgraph-berkeleyje:${janusVersion}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'ch.qos.logback:logback-classic'
implementation 'org.apache.jena:jena-core'
implementation 'org.slf4j:slf4j-api'
runtimeOnly 'org.apache.jena:jena-arq:3.16.0'
runtimeOnly 'org.apache.jena:jena-arq'
testImplementation 'org.testng:testng'
implementation 'com.fasterxml.jackson.core:jackson-annotations'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<commons-io.version>2.11.0</commons-io.version>
<commons-text.version>1.9</commons-text.version>
<commons-collections4.version>4.4</commons-collections4.version>
<jena.version>3.17.0</jena.version>
<jena.version>4.1.0</jena.version>
<commons-lang.version>3.12.0</commons-lang.version>
<h2-database.version>1.4.200</h2-database.version>
<jwt.version>0.9.1</jwt.version>
Expand Down

0 comments on commit 691c64c

Please sign in to comment.