<?xml version="1.0" encoding="UTF-8"?>
<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">
  <parent>
    <artifactId>kogito-addons-deprecated-parent</artifactId>
    <groupId>org.kie.kogito</groupId>
    <version>1.13.1-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>kogito-addons-springboot-cloudevents</artifactId>
  <name>Kogito :: Add-Ons :: Deprecated :: CloudEvents :: Springboot</name>
  <description>The library kogito-addons-springboot-cloudevents is deprecated and will be removed in a future release!. The new name for this addon is kogito-addons-springboot-messaging</description>

  <dependencies>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>kogito-addons-springboot-messaging</artifactId>
    </dependency>
  </dependencies>
</project>