Merge pull request #1970 from kwoot/update-logging-lib-and-jetty
Updating logging and jetty libs.
This commit is contained in:
commit
2ad92f78ba
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
|
@ -419,7 +419,7 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>1.7.21</version>
|
||||
<version>2.0.16</version>
|
||||
</dependency>
|
||||
|
||||
<!-- BeanShell (required by ZK)-->
|
||||
|
|
@ -844,7 +844,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>9.3.8.v20160314</version>
|
||||
<version>9.4.56.v20240826</version>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<systemProperty>
|
||||
|
|
@ -886,7 +886,7 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.7.21</version>
|
||||
<version>2.0.16</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue