Add Java 17 to CI pipeline.

Closes #282
This commit is contained in:
Mark Paluch
2021-09-21 14:33:50 +02:00
parent 8615b7eecc
commit 7fa477c145
2 changed files with 15 additions and 33 deletions

View File

@@ -119,6 +119,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
<version>${webbeans.xbean}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>