<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-spi</artifactId>
<version>9.0.17</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>9.0.17</version> </parent>
compile
|-- org.ops4j.pax.web:pax-web-api
|-- org.apache.felix:org.apache.felix.utils
provided
|-- jakarta.servlet:jakarta.servlet-api
|-- jakarta.websocket:jakarta.websocket-api
|-- org.apache.commons:commons-collections4
test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- junit:junit