<?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.unibo.tucson</groupId>
  <artifactId>inspector</artifactId>
  <version>0.2.9</version>
  <name>"TuCSoN" -- Module `Inspector`</name>
  <description>Tuple Centres Spread over the Network</description>
  <url>https://github.com/TuCSoN-Coord/TuCSoN</url>
  <licenses>
    <license>
      <name>LGPL-3.0</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Giovanni Ciatto</name>
      <email>giovanni.ciatto@unibo.it</email>
      <url>https://about.me/gciatto</url>
      <organization>University of Bologna</organization>
      <organizationUrl>https://www.unibo.it/en</organizationUrl>
    </developer>
    <developer>
      <name>Stefano Mariani</name>
      <email>s.mariani@unimore.it</email>
      <url>https://personale.unimore.it/rubrica/dettaglio/s.mariani</url>
      <organization>University of Modena and Reggio-Emilia</organization>
      <organizationUrl>https://www.unimore.it/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:///github.com/TuCSoN-Coord/TuCSoN.git</connection>
    <url>https://github.com/TuCSoN-Coord/TuCSoN</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.tucson</groupId>
      <artifactId>core</artifactId>
      <version>0.2.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.32</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
