This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 803f17333ab36660e698dd8a3f370c1be5484f8e Author: Andy Seaborne <[email protected]> AuthorDate: Sun Apr 13 09:33:52 2025 +0100 Remove dependency management of jython --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 599196cdfd..77b3bcbe49 100644 --- a/pom.xml +++ b/pom.xml @@ -721,13 +721,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.python</groupId> - <artifactId>jython-standalone</artifactId> - <version>${ver.jython}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId>
