Skip to content

Commit

Permalink
Update log4j to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Dec 28, 2021
1 parent c4e2f73 commit d7d3b7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val ServletApiVersion = "3.0.1"
val PortletApiVersion = "2.0"
val Slf4jVersion = "1.7.25"
val HttpComponentsVersion = "4.3.5" // 4.5.2
val Log4j2Version = "2.17.0"
val Log4j2Version = "2.17.1"
val CommonsIoVersion = "2.0.1" // 2.5
val EnumeratumVersion = "1.5.6"
val AutowireVersion = "0.2.6"
Expand Down
14 changes: 7 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
-forceprocessing

-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/(!slf4j-api-1.7.25.jar,!bcmail-*.jar,!bcprov-*.jar,!bcpkix-*.jar,!openpdf-*.jar,!log4j-api-*.jar,**.jar;)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.0.jar(!META-INF/versions/9/**.class)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.1.jar(!META-INF/versions/9/**.class)
-outjars ${temp.jar}(**.class,!**)

-libraryjars ${java.home}/lib/rt.jar
Expand Down Expand Up @@ -202,7 +202,7 @@
-forceprocessing

-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/(!slf4j-api-1.7.25.jar,!bcmail-*.jar,!bcprov-*.jar,!bcpkix-*.jar,!openpdf-*.jar,!log4j-api-*.jar,**.jar;)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.0.jar(!META-INF/versions/9/**.class)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.1.jar(!META-INF/versions/9/**.class)
-outjars ${temp.jar}(**.class,!**)

-libraryjars ${java.home}/lib/rt.jar
Expand Down Expand Up @@ -255,7 +255,7 @@
-forceprocessing

-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/(!slf4j-api-1.7.25.jar,!bcmail-*.jar,!bcprov-*.jar,!bcpkix-*.jar,!openpdf-*.jar,!log4j-api-*.jar,**.jar;)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.0.jar(!META-INF/versions/9/**.class)
-injars orbeon-war/jvm/target/webapp/WEB-INF/lib/log4j-api-2.17.1.jar(!META-INF/versions/9/**.class)
-outjars ${temp.jar}(**.class,!**)

-libraryjars ${java.home}/lib/rt.jar
Expand Down Expand Up @@ -358,10 +358,10 @@
<include name="orbeon-proxy-portlet.jar"/>
</lib>
<lib dir="orbeon-war/jvm/target/webapp/WEB-INF/lib">
<include name="slf4j-api-1.7.25.jar"/>
<include name="log4j-slf4j-impl-2.17.0.jar"/>
<include name="log4j-api-2.17.0.jar"/>
<include name="log4j-core-2.17.0.jar"/>
<include name="slf4j-api-*.jar"/>
<include name="log4j-slf4j-impl-*.jar"/>
<include name="log4j-api-*.jar"/>
<include name="log4j-core-*.jar"/>
</lib>
</war>
</target>
Expand Down

0 comments on commit d7d3b7d

Please sign in to comment.