Exclude jetty-schemas (no longer needed in Jetty 12)

This commit is contained in:
Joakim Erdfelt 2024-06-27 08:45:49 -05:00
parent c6b3095e44
commit b2c4acdde4
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>