Skip to content

Commit

Permalink
Update TCK to work with JDK17
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored and lukasj committed Jun 7, 2021
1 parent 61a8b82 commit ab3ef16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions impl-tck/pom.xml
Expand Up @@ -33,8 +33,8 @@
</modules>

<properties>
<jsonp-api.version>2.0.1-SNAPSHOT</jsonp-api.version>
<jsonp-impl.version>2.0.1-SNAPSHOT</jsonp-impl.version>
<jsonp-api.version>2.0.2-SNAPSHOT</jsonp-api.version>
<jsonp-impl.version>2.0.2-SNAPSHOT</jsonp-impl.version>
<jsonp-tck.version>2.0.0-SNAPSHOT</jsonp-tck.version>
</properties>

Expand All @@ -55,13 +55,13 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
<version>2.0.1.Final</version>
<version>2.1.0.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>2.4.3.Final</version>
<version>2.4.8.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions impl-tck/tck-tests-plugability/pom.xml
Expand Up @@ -56,6 +56,7 @@
</dependenciesToScan>
<trimStackTrace>false</trimStackTrace>
<failIfNoTests>true</failIfNoTests>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions impl-tck/tck-tests/pom.xml
Expand Up @@ -56,6 +56,7 @@
</dependenciesToScan>
<trimStackTrace>false</trimStackTrace>
<failIfNoTests>true</failIfNoTests>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ab3ef16

Please sign in to comment.