Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HL7/kindling
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Aug 4, 2024
2 parents 484374d + 22f0f83 commit f044e7f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
30 changes: 19 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("commons-logging", "commons-logging-api", "1.1")
implementation("commons-logging", "commons-logging", "1.1.1")
implementation("commons-net", "commons-net", "3.9")
implementation("org.apache.commons", "commons-compress", "1.25.0")
implementation("org.apache.commons", "commons-compress", "1.26.1")
implementation("org.apache.commons", "commons-exec", "1.3")
implementation("com.trilead", "trilead-ssh2", "1.0.0-build217")
implementation("de.regnis.q.sequence", "sequence-library", "1.0.2")
Expand All @@ -81,12 +81,14 @@ dependencies {

/*These dependencies are interrelated, and do not share the same version. To evaluate the appropriate versions,
https://mvnrepository.com/ was used, and the following dependencies pattern was observed.
org.eclipse.emf.ecore depends on org.eclipse.emf.common
org.eclipse.emf.ecore.xmi depends on org.eclipse.emf.ecore
org.eclipse.emf.ecore (https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore)
depends on org.eclipse.emf.common (https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.common)
org.eclipse.emf.ecore.xmi (https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore.xmi)
depends on org.eclipse.emf.ecore (https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore)
*/
implementation("org.eclipse.emf", "org.eclipse.emf.ecore", "2.35.0")
implementation("org.eclipse.emf", "org.eclipse.emf.ecore.xmi", "2.36.0")
implementation("org.eclipse.emf", "org.eclipse.emf.common", "2.29.0")
implementation("org.eclipse.emf", "org.eclipse.emf.ecore", "2.36.0")
implementation("org.eclipse.emf", "org.eclipse.emf.ecore.xmi", "2.37.0")
implementation("org.eclipse.emf", "org.eclipse.emf.common", "2.30.0")

implementation("org.apache.poi", "poi", property("apachePoiVersion").toString())
implementation("org.apache.poi", "poi-ooxml", property("apachePoiVersion").toString())
Expand All @@ -111,7 +113,7 @@ dependencies {
implementation("org.slf4s", "slf4s-api_2.11", "1.7.13")
implementation("com.typesafe.scala-logging", "scala-logging_2.12", "3.5.0")
implementation("com.github.everit-org.json-schema", "org.everit.json.schema", "1.14.3")
implementation("org.json", "json", "20231013")
implementation("org.json", "json", "20240303")
implementation("com.google.code.javaparser", "javaparser", "1.0.11")
implementation("com.google.guava", "guava", "32.1.3-jre")
implementation("com.damnhandy", "handy-uri-templates", "2.1.6")
Expand Down Expand Up @@ -161,7 +163,7 @@ dependencies {
implementation("org.apache.jena:jena-shex:4.9.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.solr:solr-solrj:9.4.0") {
implementation("org.apache.solr:solr-solrj:9.5.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.jena:jena-shacl:4.9.0") {
Expand All @@ -173,15 +175,17 @@ dependencies {
implementation("com.squareup.okio:okio-jvm:3.4.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.zookeeper:zookeeper:3.9.1") {
implementation("org.apache.zookeeper:zookeeper:3.9.2") {
because("previous versions have a bug impacting this application")
}
implementation("org.eclipse.jetty.http2:http2-client:11.0.17") {

implementation("org.eclipse.jetty.http2:http2-client:11.0.20") {
because("previous versions have a bug impacting this application")
}
implementation("org.eclipse.jetty.http2:http2-http-client-transport:11.0.17") {
implementation("org.eclipse.jetty.http2:http2-http-client-transport:11.0.20") {
because("previous versions have a bug impacting this application")
}

implementation("io.netty:netty-handler:" + property("nettyConstrainedVersion").toString()) {
because("previous versions have a bug impacting this application")
}
Expand All @@ -191,6 +195,10 @@ dependencies {
implementation("io.netty:netty-transport-native-epoll:" + property("nettyConstrainedVersion").toString()) {
because("previous versions have a bug impacting this application")
}

implementation("org.jgrapht:jgrapht-core:1.5.2") {
because("previous versions have a bug impacting this application")
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apachePoiVersion = 5.2.1
jacksonVersion = 2.16.0
apacheHttpcomponentsVersion = 4.5.13
apacheHttpcomponents5Version = 5.0.4
apacheJenaVersion = 4.2.0
apacheJenaVersion = 4.10.0
log4jVersion = 2.17.1

slf4jVersion = 1.7.36
jettyVersion = 11.0.17
jettyVersion = 11.0.20
logbackVersion = 1.2.13
nettyConstrainedVersion = 4.1.101.Final

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.apache.jena.ontology.OntProperty;
import org.apache.jena.ontology.Ontology;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.ResourceFactory;
import org.apache.jena.riot.RDFDataMgr;
import org.apache.jena.riot.RDFFormat;
import org.apache.jena.vocabulary.OWL2;
Expand Down Expand Up @@ -62,7 +63,7 @@ public void executeMain() throws Exception {
w5.addProperty(RDFS.label, "W5 Categorization");
w5.addProperty(RDFS.comment, "FHIR W5 categorization is a preliminary classification of the fhir property");
w5.addVersionInfo("FHIR W5 categorization (Preliminary)");
w5.addProperty(OWL2.versionIRI, getOntologyVersionIRI()+"w5.ttl");
w5.addProperty(OWL2.versionIRI, ResourceFactory.createResource(getOntologyVersionIRI()+"w5.ttl"));

// The only way to differentiate predicates from classes is the existence of subclasses -- if something
// has subclasses or is a subclass then it is a class. Otherwise it is a predicate...
Expand Down

0 comments on commit f044e7f

Please sign in to comment.