Skip to content

Commit

Permalink
Merge pull request #16375 from famod/tcks-jwt-dependency-plugin
Browse files Browse the repository at this point in the history
Fix dependency-plugin downgrade in tcks/microprofile-jwt
  • Loading branch information
gsmet authored Apr 9, 2021
2 parents 7a3c0b1 + a775493 commit d513e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tcks/microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<!-- Newer versions don't copy the right artifact. They seem to ignore the type -->
<version>2.10</version>
<executions>
<execution>
<id>unpack-suite-files</id>
Expand All @@ -54,6 +52,7 @@
<artifactId>microprofile-jwt-auth-tck</artifactId>
<version>${microprofile-jwt-api.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/tck-suite</outputDirectory>
<includes>**/tck-base-suite.xml</includes>
Expand Down

0 comments on commit d513e9b

Please sign in to comment.