Skip to content

Commit

Permalink
test: fix logback-access import after major upgrade by Dropwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergSiebahn committed Jan 20, 2025
1 parent 0c056e0 commit 11fe9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.InstanceOfAssertFactories.SET;

import ch.qos.logback.access.spi.IAccessEvent;
import ch.qos.logback.access.common.spi.IAccessEvent;
import ch.qos.logback.classic.spi.ILoggingEvent;
import io.dropwizard.core.Configuration;
import io.dropwizard.core.server.DefaultServerFactory;
Expand Down

0 comments on commit 11fe9b8

Please sign in to comment.