Skip to content

Commit

Permalink
Replace Log4j with reload4j
Browse files Browse the repository at this point in the history
  • Loading branch information
tazmaniax committed Jan 26, 2022
1 parent 502c9dd commit c151672
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ require: &allDependencies
- org.hamcrest -> hamcrest-all 1.3
- junit 4.13.2
- jregex 1.2_01
- log4j 1.2.17
- net.sf.ehcache -> ehcache 2.10.9.2
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.1
Expand Down Expand Up @@ -69,8 +68,9 @@ require: &allDependencies
- org.javassist -> javassist 3.28.0-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 42.3.1
- org.slf4j -> slf4j-api 1.7.33
- org.slf4j -> slf4j-log4j12 1.7.33
- ch.qos.reload4j -> reload4j 1.2.18.3
- org.slf4j -> slf4j-api 1.7.35
- org.slf4j -> slf4j-reload4j 1.7.35
- org.yaml -> snakeyaml 1.30
- net.spy -> spymemcached 2.12.3
- com.thoughtworks.xstream -> xstream 1.4.18
Expand Down
Binary file removed framework/lib/log4j-1.2.17.jar
Binary file not shown.
Binary file added framework/lib/reload4j-1.2.18.3.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/slf4j-log4j12-1.7.33.jar
Binary file not shown.
Binary file added framework/lib/slf4j-reload4j-1.7.35.jar
Binary file not shown.

0 comments on commit c151672

Please sign in to comment.