Does anyone know how and where "slf4j-jdk" was added as a dependency and bundled jar?
I get the feeling that everyone is expecting someone else (the person who added it?) is going to fix it. Was it added in a PR maybe? Error java.lang.AssertionError: The bundled jars have changed. Please make sure you update the licence and notice as described in https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors When fixed, copy geode-assembly/build/test/bundled_jars.txt to src/test/resources/expected_jars.txt Removed Jars -------------- Added Jars -------------- slf4j-jdk Stacktrace java.lang.AssertionError: The bundled jars have changed. Please make sure you update the licence and notice as described in https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors When fixed, copy geode-assembly/build/test/bundled_jars.txt to src/test/resources/expected_jars.txt Removed Jars -------------- Added Jars -------------- slf4j-jdk at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.geode.BundledJarsJUnitTest.verifyBundledJarsHaveNotChanged(BundledJarsJUnitTest.java:81)