<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.linkedin.dagli</groupId>
  <artifactId>text-tokenization</artifactId>
  <version>15.0.0-beta6</version>
  <name>text-tokenization</name>
  <description>DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages</description>
  <url>https://github.com/linkedin/dagli</url>
  <licenses>
    <license>
      <name>BSD 2-Clause License</name>
      <url>https://opensource.org/licenses/BSD-2-Clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jeffpasternack</id>
      <name>Jeff Pasternack</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:linkedin/dagli.git</connection>
    <developerConnection>scm:git@github.com:linkedin/dagli.git</developerConnection>
    <url>scm:git@github.com:linkedin/dagli.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.linkedin.dagli</groupId>
      <artifactId>core</artifactId>
      <version>15.0.0-beta6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.linkedin.dagli</groupId>
      <artifactId>text-tokenization-jflex</artifactId>
      <version>15.0.0-beta6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-params</artifactId>
      <version>5.6.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
