We use Java EE and want to use version 8 in Netbeans.
I did the following: Netbeans how to add a JavaEE version?
And this: Upgrade netbeans to JEE 8
Why is there no javaee-endorsed-api version 8? https://mvnrepository.com/artifact/javax/javaee-endorsed-api
I want to tell maven to use version 8, but can't find it anywhere. Is it necessary? Should we remove it from the pom altogether or should we use version 7?