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 e14b733b435c75bb70f8461aa7b0407e73de997a Author: Andy Seaborne <[email protected]> AuthorDate: Thu Mar 14 22:03:43 2024 +0000 Remove unnecessary test dependency --- jena-extras/jena-serviceenhancer/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/jena-extras/jena-serviceenhancer/pom.xml b/jena-extras/jena-serviceenhancer/pom.xml index 64ac332e3c..84a997b4c3 100644 --- a/jena-extras/jena-serviceenhancer/pom.xml +++ b/jena-extras/jena-serviceenhancer/pom.xml @@ -45,22 +45,6 @@ <artifactId>guava</artifactId> </dependency> - <dependency> - <groupId>org.xenei</groupId> - <artifactId>junit-contracts</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>commons-cli</artifactId> - <groupId>commons-cli</groupId> - </exclusion> - <exclusion> - <artifactId>commons-logging</artifactId> - <groupId>commons-logging</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId>
