Skip to content

Commit

Permalink
Update SDK and sample app dependencies for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmomp authored Jul 8, 2024
1 parent fef9be8 commit 66282df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .sdk/dependencies.include.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project.ext {
RDF4J_VERSION = "4.3.10"
RDF4J_VERSION = "5.0.0"
JERSEY_VERSION = "3.1.3"
SHIRO_VERSION = "1.13.0"
JACKSON_VERSION = "2.16.2"
Expand All @@ -12,7 +12,7 @@ dependencies {
// provided dependencies by metaphactory
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-api', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-binary', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-jsonld', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-jsonld-legacy', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-n3', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-nquads', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-ntriples', version: RDF4J_VERSION, transitive: false
Expand All @@ -37,13 +37,14 @@ dependencies {
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-queryresultio-binary', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-queryresultio-sparqlxml', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-collection-factory-api', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-collection-factory-mapdb3', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-exception', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-io', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-transaction', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-iterator', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-util', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-text', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-xml', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-common-order', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-http-client', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-http-protocol', version: RDF4J_VERSION, transitive: false
compileOnly group: 'org.eclipse.rdf4j', name: 'rdf4j-repository-manager', version: RDF4J_VERSION, transitive: false
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "org.gretty:gretty:4.1.0"
classpath "org.gretty:gretty:4.1.2"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# the platform location pointing to the WAR distribution binary
platformLocation=/path/to/platform-5.3.0.war
platformLocation=/path/to/platform-5.4.0.war
# the apps available at runtime
apps=my-first-app

0 comments on commit 66282df

Please sign in to comment.