From 3c1303d4e3ad720d2796b015aa539a4dc781933b Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Mon, 13 Sep 2021 15:41:27 +0100 Subject: [PATCH] Bump smallrye-jwt version to 3.3.0 --- bom/application/pom.xml | 2 +- tcks/microprofile-jwt/pom.xml | 40 ----------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 64aa175cf32939..705d105a65e2a8 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -49,7 +49,7 @@ 1.3.3 2.0.1 5.2.1 - 3.2.1 + 3.3.0 1.2.0 1.0.13 2.6.0 diff --git a/tcks/microprofile-jwt/pom.xml b/tcks/microprofile-jwt/pom.xml index b12da6ace4fc99..9187819751edfb 100644 --- a/tcks/microprofile-jwt/pom.xml +++ b/tcks/microprofile-jwt/pom.xml @@ -164,44 +164,4 @@ - - - jdk17-workarounds - - [17,) - - - - - - org.codehaus.mojo - xml-maven-plugin - 1.0.2 - - - jdk17-add-exclusions - process-test-resources - - transform - - - - - - - ${project.build.directory}/tck-suite/suites - ${project.build.directory}/tck-suite/suites - src/test/xml/exclusions-jdk17.xsl - - - - src/test/xml/catalog.xml - - - - - - - -