<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jaspi</artifactId>
<version>9.4.50.v20221201</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-jaspi', version='9.4.50.v20221201')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.4.50.v20221201</version> </parent>
compile
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty.orbit:javax.security.auth.message
test
|-- org.eclipse.jetty.toolchain:jetty-test-helper
|-- javax.xml.bind:jaxb-api:2.3.1
|-- org.glassfish.jaxb:jaxb-runtime:2.3.3