Skip to content

Commit

Permalink
Merge pull request #20107 from sberyozkin/smallrye-jwt-3.3.0
Browse files Browse the repository at this point in the history
Bump smallrye-jwt version to 3.3.0
  • Loading branch information
geoand authored Sep 14, 2021
2 parents 895a87c + aef043a commit 409a0c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<smallrye-graphql.version>1.3.3</smallrye-graphql.version>
<smallrye-opentracing.version>2.0.1</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>5.2.1</smallrye-fault-tolerance.version>
<smallrye-jwt.version>3.2.1</smallrye-jwt.version>
<smallrye-jwt.version>3.3.0</smallrye-jwt.version>
<smallrye-context-propagation.version>1.2.0</smallrye-context-propagation.version>
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
<smallrye-reactive-types-converter.version>2.6.0</smallrye-reactive-types-converter.version>
Expand Down
40 changes: 0 additions & 40 deletions tcks/microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,44 +164,4 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>jdk17-workarounds</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<build>
<plugins>
<!-- Adds exclusions to tck-base-suite.xml (note: exclusions in surefire don't work if using a suiteXmlFile)-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.2</version>
<executions>
<execution>
<id>jdk17-add-exclusions</id>
<phase>process-test-resources</phase>
<goals>
<goal>transform</goal>
</goals>
</execution>
</executions>
<configuration>
<transformationSets>
<transformationSet>
<dir>${project.build.directory}/tck-suite/suites</dir>
<outputDir>${project.build.directory}/tck-suite/suites</outputDir>
<stylesheet>src/test/xml/exclusions-jdk17.xsl</stylesheet>
</transformationSet>
</transformationSets>
<catalogs>
<catalog>src/test/xml/catalog.xml</catalog>
</catalogs>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
22 changes: 0 additions & 22 deletions tcks/microprofile-jwt/src/test/xml/exclusions-jdk17.xsl

This file was deleted.

0 comments on commit 409a0c6

Please sign in to comment.