This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 0f099403c1 Drop legacy jboss-test-harness
0f099403c1 is described below
commit 0f099403c1b48472b18d2fe49b65759dae8e6d5d
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Oct 16 11:15:41 2025 +0200
Drop legacy jboss-test-harness
---
tck/tck-common/pom.xml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/tck/tck-common/pom.xml b/tck/tck-common/pom.xml
index 44e726971d..1ee08b6df2 100644
--- a/tck/tck-common/pom.xml
+++ b/tck/tck-common/pom.xml
@@ -25,21 +25,6 @@
<artifactId>tck-common</artifactId>
<name>TomEE :: TCK :: Common</name>
<dependencies>
- <dependency>
- <groupId>org.jboss.test-harness</groupId>
- <artifactId>jboss-test-harness</artifactId>
- <version>1.1.0-CR9</version>
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>