Skip to content
Snippets Groups Projects
Commit 3c1587fd authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-18152: Upgrade to Jetty 10 for the standalone packaging

* Fix missing dependency
parent b7a6311d
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@
<name>XWiki Platform - Tools - Jetty - Jetty Lifecycle Listener</name>
<description>Includes a lifecycle listener that notifies users that they should open the wiki in a browser after the server started.</description>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment