TheCoder4eu/BootsFaces-OSP

Support JakartaEE 9

stephanrauh opened this issue ยท 3 comments

Let's support JakartaEE 9.

Thanks, I think that's great. ๐Ÿ‘

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>