<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.mrdimosthenis</groupId>
    <artifactId>synapses-java</artifactId>
    <packaging>jar</packaging>
    <description>synapses-java</description>
    <url>https://github.com/mrdimosthenis/Synapses</url>
    <version>1.0.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://rem.mit-license.org/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>synapses-java</name>
    <organization>
        <name>com.github.mrdimosthenis</name>
        <url>https://github.com/mrdimosthenis/Synapses</url>
    </organization>
    <scm>
        <url>https://github.com/mrdimosthenis/synapses-java</url>
        <connection>scm:git:https://github.com/mrdimosthenis/synapses-java.git</connection>
        <developerConnection>scm:git:git@github.com:mrdimosthenis/synapses-java.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>mrdimosthenis</id>
            <name>Dimos Michailidis</name>
            <url>https://github.com/mrdimosthenis</url>
            <email>mrdimosthenis@hotmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.github.mrdimosthenis</groupId>
            <artifactId>synapses_3</artifactId>
            <version>8.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-csv</artifactId>
            <version>1.9.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>30.1.1-jre</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.12.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>