<?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.gsk-aiops</groupId>
    <artifactId>bellman-algebra_2.13</artifactId>
    <packaging>jar</packaging>
    <description>bellman-algebra</description>
    <url>https://github.com/gsk-aiops/bellman-algebra-parser</url>
    <version>0.1.11</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>bellman-algebra</name>
    <organization>
        <name>com.github.gsk-aiops</name>
        <url>https://github.com/gsk-aiops/bellman-algebra-parser</url>
    </organization>
    <scm>
        <url>https://github.com/gsk-aiops/bellman-algebra-parser</url>
        <connection>git@github.com:gsk-aiops/bellman-algebra-parser.git</connection>
    </scm>
    <developers>
        <developer>
            <id>JNKHunter</id>
            <name>John Hunter</name>
            <url>https://gsk.com</url>
            <email>johnhuntergskatgmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.4</version>
        </dependency>
        <dependency>
            <groupId>org.apache.jena</groupId>
            <artifactId>apache-jena-libs</artifactId>
            <version>3.17.0</version>
            <type>pom</type>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>fastparse_2.13</artifactId>
            <version>2.3.0</version>
        </dependency>
    </dependencies>
</project>