Skip to content

Commit

Permalink
Adapt to vertx-core internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 19, 2024
1 parent e0b07bd commit 2c90037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/vertx/camel/impl/CamelBridgeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import io.vertx.core.Future;
import io.vertx.core.Vertx;
import io.vertx.core.eventbus.MessageConsumer;
import io.vertx.core.impl.logging.Logger;
import io.vertx.core.impl.logging.LoggerFactory;
import io.vertx.core.internal.logging.Logger;
import io.vertx.core.internal.logging.LoggerFactory;
import org.apache.camel.CamelContext;
import org.apache.camel.Consumer;
import org.apache.camel.Endpoint;
Expand Down

0 comments on commit 2c90037

Please sign in to comment.