Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] why does the servlet container not have access to jakarta.security.enterprise.jar?

Hello All, 
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
The above maven coordinate are giving error: 
> Cannot resolve jakarta.servlet:jakarta.servlet-api:6.0.0 

Is there a way to verify my code with Servlet 6.0 implementation of glassfish 7.0-M3?

Best Regards,
Tarun

On Fri, 18 Mar 2022 at 19:24, Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Is there already a tracking GlassFish issue for the "org.glassfish.soteria.servlet.SamRegistrationInstaller not found" error asked in  [1]?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/issues/900

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top