Support JakartaEE 9
stephanrauh opened this issue ยท 3 comments
stephanrauh commented
Let's support JakartaEE 9.
frankyhoffmann commented
Thanks, I think that's great. ๐
stephanrauh commented
The new version is available on Maven Central as 1.6.0-SNAPSHOT. If you need the JakartaEE version, add the classifier jakarta
:
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.6.0-SNAPSHOT</version>
<classifier>jakarta</classifier>
</dependency>
geopossachs commented