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 c6c13d8fab980698a1c6fadfedb5503066f5e7b4 Author: Andy Seaborne <[email protected]> AuthorDate: Sat Apr 27 13:58:14 2024 +0100 Remove redundant contract dependency exclusions --- jena-extras/jena-querybuilder/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/jena-extras/jena-querybuilder/pom.xml b/jena-extras/jena-querybuilder/pom.xml index d4cabbe9f7..dbd5095823 100644 --- a/jena-extras/jena-querybuilder/pom.xml +++ b/jena-extras/jena-querybuilder/pom.xml @@ -44,16 +44,6 @@ <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>
