<?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>net.foolz</groupId>
    <artifactId>aphasia_3</artifactId>
    <packaging>jar</packaging>
    <description>Query writing library</description>
    <url>https://bitbucket.org/fool/aphasia</url>
    <version>0.4.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://en.wikipedia.org/wiki/MIT_License</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>aphasia</name>
    <organization>
        <name>aphasia</name>
        <url>https://foolz.net/</url>
    </organization>
    <scm>
        <url>https://bitbucket.org/fool/aphasia</url>
        <connection>git clone git@bitbucket.org:fool/aphasia.git</connection>
    </scm>
    <developers>
        <developer>
            <id>foolfoolz</id>
            <name>foolfoolz</name>
            <url>https://foolz.net</url>
            <email>fool@foolz.net</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>