<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jpmml</groupId>
  <artifactId>pmml-sklearn</artifactId>
  <version>1.9.34</version>
  <name>JPMML SkLearn converter</name>
  <description>JPMML Scikit-Learn to PMML converter</description>
  <url>https://github.com/jpmml/jpmml-sklearn</url>
  <licenses>
    <license>
      <name>GNU Affero General Public License (AGPL) version 3.0</name>
      <url>http://www.gnu.org/licenses/agpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>villu.ruusmann</id>
      <name>Villu Ruusmann</name>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git@github.com:jpmml/jpmml-sklearn.git</connection>
    <developerConnection>scm:git:git@github.com:jpmml/jpmml-sklearn.git</developerConnection>
    <tag>1.9.34</tag>
    <url>git://github.com/jpmml/jpmml-sklearn.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/jpmml/jpmml-sklearn/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jpmml</groupId>
      <artifactId>pmml-evaluator-testing</artifactId>
      <version>1.7.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jpmml</groupId>
      <artifactId>pmml-python</artifactId>
      <version>1.3.19</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jpmml</groupId>
      <artifactId>pmml-python-testing</artifactId>
      <version>1.3.19</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
