<?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>com.github.unive-ssv</groupId>
  <artifactId>lisa-sdk</artifactId>
  <version>0.1b2</version>
  <name>LiSA (lisa-sdk)</name>
  <description>A library for static analysis</description>
  <url>https://unive-ssv.github.io/lisa/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lucaneg</id>
      <name>Luca Negrini</name>
      <email>luca.negrini@unive.it</email>
      <url>https://lucaneg.github.io/</url>
      <organization>Ca' Foscari University of Venice, Italy</organization>
      <organizationUrl>https://www.unive.it/</organizationUrl>
    </developer>
    <developer>
      <id>VincenzoArceri</id>
      <name>Vincenzo Arceri</name>
      <email>vincenzo.arceri@unive.it</email>
      <url>https://vincenzoarceri.github.io/</url>
      <organization>Ca' Foscari University of Venice, Italy</organization>
      <organizationUrl>https://www.unive.it/</organizationUrl>
    </developer>
    <developer>
      <id>pietroferrara</id>
      <name>Pietro Ferrara</name>
      <email>pietro.ferrara@unive.it</email>
      <url>https://www.dais.unive.it/~ferrara/</url>
      <organization>Ca' Foscari University of Venice, Italy</organization>
      <organizationUrl>https://www.unive.it/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/UniVE-SSV/lisa.git</connection>
    <developerConnection>scm:git:ssh://github.com/UniVE-SSV/lisa.git</developerConnection>
    <url>https://github.com/UniVE-SSV/lisa</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-text</artifactId>
      <version>1.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-collections4</artifactId>
      <version>4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.graphstream</groupId>
      <artifactId>gs-core</artifactId>
      <version>2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.13.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.13.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
