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 680228e31247184f07291231d61b4af5273ae2cf
Author: Andy Seaborne <[email protected]>
AuthorDate: Thu May 15 23:03:34 2025 +0100

    GH-3197: Remove test dependency contract tests
---
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3021b69aac..3077dd7372 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,6 @@
  
     <ver.mockito>5.17.0</ver.mockito>
     <ver.awaitility>4.3.0</ver.awaitility>
-    <ver.contract.tests>0.2.0</ver.contract.tests>
 
     <!-- For testing, not shipped -->
     <ver.graalvm>24.2.1</ver.graalvm>
@@ -735,30 +734,6 @@
         <scope>test</scope>
       </dependency>
 
-      <dependency>
-        <groupId>org.xenei</groupId>
-        <artifactId>junit-contracts</artifactId>
-        <version>${ver.contract.tests}</version>
-        <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>org.xenei</groupId>
-        <artifactId>contract-test-maven-plugin</artifactId>
-        <version>${ver.contract.tests}</version>
-        <scope>test</scope>
-      </dependency>
-
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>

Reply via email to