This is an automated email from the ASF dual-hosted git repository.
jungm 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 152f8935f5 fix mp jwt test execution
152f8935f5 is described below
commit 152f8935f526f5e6d4df9c2bc8628e4fef7b5934
Author: Markus Jung <[email protected]>
AuthorDate: Fri Mar 20 08:04:04 2026 +0100
fix mp jwt test execution
---
tck/microprofile-tck/jwt/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 13138a6936..4c1ea129d1 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -133,7 +133,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <!-- needed for the TCK to work correctly -->
<version>3.10.0</version>
<executions>
<execution>
@@ -147,7 +146,7 @@
<artifactItem>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-tck</artifactId>
- <type>test-jar</type>
+ <classifier>tests</classifier>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>