<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie.kogito</groupId>
    <artifactId>kogito-addons-deprecated-parent</artifactId>
    <version>1.22.0.Final</version>
  </parent>
  <artifactId>kogito-addons-springboot-events-kafka</artifactId>
  <name>Kogito :: Add-Ons :: Events :: SprintBoot :: Kafka</name>
  <description>The library kogito-addons-springboot-events-kafka is deprecated and will be removed in a future release!. The new name for this addon is kogito-addons-springboot-events-process-kafka</description>

  <dependencies>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>kogito-addons-springboot-events-process-kafka</artifactId>
    </dependency>
  </dependencies>
</project>