This is an automated email from the ASF dual-hosted git repository. afs pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit e4a1f45c2b8d4cb59fba37daf16a32e983ad680c Author: Andy Seaborne <[email protected]> AuthorDate: Thu Aug 13 13:34:32 2026 +0100 GH-4150: Remove unused jena-shex dependency in Fuseki --- jena-fuseki2/jena-fuseki-core/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jena-fuseki2/jena-fuseki-core/pom.xml b/jena-fuseki2/jena-fuseki-core/pom.xml index 205ce65a41..82a825ee8a 100644 --- a/jena-fuseki2/jena-fuseki-core/pom.xml +++ b/jena-fuseki2/jena-fuseki-core/pom.xml @@ -52,12 +52,6 @@ <version>6.3.0-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.apache.jena</groupId> - <artifactId>jena-shex</artifactId> - <version>6.3.0-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-tdb1</artifactId>
