From e3d7e1258379eae1739c26bec6ab919e17ce2881 Mon Sep 17 00:00:00 2001 From: imohamma Date: Wed, 2 Sep 2026 14:16:19 +0200 Subject: [PATCH] Update OWL API dependency to version5 branch (fix #1080) Use JitPack build of owlcs/owlapi version5 branch (commit d7e997a) which includes the fix for issue #1080 by Victor Chavez (commit b1768cd): "Fixed ontology iri parsing when annotation imports same iri". This fixes WebVOWL displaying the wrong ontology IRI for affected ontologies such as OSO 1.1.0 and 1.2.0. Changes: - OWL API dependency updated to com.github.owlcs.owlapi:owlapi-distribution:d7e997a (OWL API 5.5.1 + fix #1080 from version5 branch) - Java source/target updated from 1.8 to 11 (OWL API 5.5.x requires Java 11) - JitPack repository added Once a new official OWL API release (e.g. 5.5.2) includes this fix and is published to Maven Central, this dependency should be updated to the official release. --- pom.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 22721b9..eb4d6bc 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ https://github.com/VisualDataWeb/OWL2VOWL - 1.8 + 11 UTF-8 de.uni_stuttgart.vis.vowl.owl2vowl.ConsoleMain jar @@ -62,6 +62,13 @@ + + + jitpack.io + https://jitpack.io + + + @@ -99,8 +106,8 @@ maven-compiler-plugin 3.3 - 1.8 - 1.8 + 11 + 11 @@ -319,7 +326,7 @@ - net.sourceforge.owlapi:* + com.github.owlcs.owlapi:* ** @@ -406,8 +413,8 @@ maven-compiler-plugin 3.1 - 1.8 - 1.8 + 11 + 11 @@ -451,9 +458,9 @@ - net.sourceforge.owlapi + com.github.owlcs.owlapi owlapi-distribution - 5.1.1 + d7e997a