Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagodolphine committed Nov 14, 2023
1 parent 068ec49 commit f744015
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
import javax.annotation.PostConstruct;
import javax.inject.Inject;

import io.vertx.core.Vertx;
import io.vertx.ext.web.client.WebClient;
import io.vertx.ext.web.client.predicate.ResponsePredicate;
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.kie.kogito.event.DataEvent;
import org.kie.kogito.event.EventPublisher;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import io.vertx.core.Vertx;
import io.vertx.ext.web.client.WebClient;
import io.vertx.ext.web.client.predicate.ResponsePredicate;

public class DataIndexEventPublisher implements EventPublisher {

public static final String KOGITO_DATA_INDEX = "kogito.data-index.url";
Expand Down

0 comments on commit f744015

Please sign in to comment.