<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    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>it.acsoftware.hyperiot.kit</groupId>
  <artifactId>HyperIoTKit-api</artifactId>
  <version>2.7.0</version>
  <dependencies>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>osgi.core</artifactId>
      <version>8.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.base</groupId>
      <artifactId>HyperIoTBase-api</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.base</groupId>
      <artifactId>HyperIoTBase-model</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.base</groupId>
      <artifactId>HyperIoTBase-service</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.kit</groupId>
      <artifactId>HyperIoTKit-model</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.asset.tag</groupId>
      <artifactId>HyperIoTAssetTag-model</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.huser</groupId>
      <artifactId>HyperIoTHUser-model</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.permission</groupId>
      <artifactId>HyperIoTPermission-model</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.hproject</groupId>
      <artifactId>HyperIoTHProject-model</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.acsoftware.hyperiot.algorithm</groupId>
      <artifactId>HyperIoTAlgorithm-model</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
