NIFI-9652 Upgraded jetty-schemas from 3.1 to 5.2 (#5750)

This closes #5750
This commit is contained in:
exceptionfactory 2022-02-07 13:07:45 -06:00 committed by GitHub
parent ad5b816626
commit 61b867cda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -205,11 +205,11 @@
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<!-- jetty-schemas-3.1.jar handling this explicitly Must be in root lib -->
<!-- jetty-schemas handling this explicitly Must be in root lib -->
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
<version>3.1</version>
<version>5.2</version>
<scope>provided</scope>
</dependency>
<!-- logback-classic, logback-core, log4j-over-slf4j, jul-to-slf4j,jcl-over-slf4j,slf4j-api handling this explicitly Must be in root lib -->