<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.activecomponents.jadex</groupId>
  <artifactId>jadex-distribution-minimal</artifactId>
  <version>4.0.263</version>
  <dependencies>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-kernel-micro</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-kernel-microservice</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-platform-base</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-transport-base</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-transport-tcp</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-transport-relay</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-transport-websocket</artifactId>
      <version>4.0.263</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Jadex minimal distribution for running the middleware with core features only (e.g. without GUI).</description>
  <name>minimal</name>
  <scm>
    <url>https://github.com/actoron/jadex.git</url>
  </scm>
  <url>https://www.activecomponents.org</url>
  <developers>
    <developer>
      <id>alex</id>
      <name>Alexander Pokahr</name>
      <email>pokahr@gmx.net</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>lars</id>
      <name>Lars Braubach</name>
      <email>braubach@gmx.net</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>kai</id>
      <name>Kai Jander</name>
      <email>kai.jander@googlemail.com</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>julian</id>
      <name>Julian Kalinowski</name>
      <email>kalinowski@informatik.uni-hamburg.de</email>
      <organization>University of Hamburg</organization>
      <organizationUrl>http://vsis-www.informatik.uni-hamburg.de/</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>GPL-3.0</name>
      <url>https://gnu.org/licenses/gpl-3.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>
