<?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>org.pmml4s</groupId>
    <artifactId>pmml4s_2.13</artifactId>
    <packaging>jar</packaging>
    <description>A PMML scoring library in Scala</description>
    <url>https://github.com/autodeployai/pmml4s</url>
    <version>1.0.2</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>pmml4s</name>
    <inceptionYear>2017</inceptionYear>
    <organization>
        <name>org.pmml4s</name>
        <url>https://pmml4s.org</url>
    </organization>
    <scm>
        <url>https://github.com/autodeployai/pmml4s</url>
        <connection>scm:git:https://github.com/autodeployai/pmml4s.git</connection>
        <developerConnection>scm:git:git@github.com:autodeployai/pmml4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>scorebot</id>
            <name>Score Bot</name>
            <url>https://github.com/scorebot</url>
            <email>scorebot@outlook.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-math3</artifactId>
            <version>3.6.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.10.0</version>
        </dependency>
        <dependency>
            <groupId>io.spray</groupId>
            <artifactId>spray-json_2.13</artifactId>
            <version>1.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.13.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>