dreignier / cg-brutaltester

A local arena for codingame multiplayer puzzles
GNU General Public License v3.0
208 stars 45 forks source link

remove log4j 1.x bridge #39

Open djkeyes opened 2 years ago

djkeyes commented 2 years ago

I noticed the same issue as in #29 . It seems like the versions of log4j-core and log4j-jcl (the log4j 1.x bridge) have to match to avoid class loading errors. Fortunately, though, it looks like you're not actually using any features of log4j-jcl, so we can just remove it.

I'm not an expert on this maven and this repository, so you might want to double check that this builds on your end before merging.