<?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>trusty-storage</artifactId>
    <groupId>org.kie.kogito</groupId>
    <version>1.21.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <name>Kogito Apps :: Trusty Storage Common</name>
  <artifactId>trusty-storage-common</artifactId>

  <dependencies>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>trusty-storage-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>explainability-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>persistence-commons-api</artifactId>
    </dependency>
  </dependencies>

</project>