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 7b61b4a7d7 Downgrade Maven Dependency Plugin to allow MP JWT TCK to be 
run in full build
7b61b4a7d7 is described below

commit 7b61b4a7d72b38c1fe6eb62a88a89d37ff3608ba
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Aug 28 20:23:11 2024 +0200

    Downgrade Maven Dependency Plugin to allow MP JWT TCK to be run in full 
build
---
 tck/microprofile-tck/jwt/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 2b3d32a690..ffcd6823fc 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -133,7 +133,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.8.0</version>
+        <!-- needed for the TCK to work correctly -->
+        <version>2.10</version>
         <executions>
           <execution>
             <id>copy-tck-test-suite-file</id>

Reply via email to