<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.pipestream</groupId>
  <artifactId>tika4-shaded</artifactId>
  <version>0.1.7</version>
  <name>Tika 4 Shaded</name>
  <description>Shaded version of Apache Tika 4.0 snapshot with core, standard parsers, scientific parser, and OCR parser</description>
  <url>https://github.com/ai-pipestream/tika4-shaded</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>krickert</id>
      <name>Pipestream Engine Team</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ai-pipestream/tika4-shaded.git</connection>
    <developerConnection>scm:git:ssh://github.com/ai-pipestream/tika4-shaded.git</developerConnection>
    <url>https://github.com/ai-pipestream/tika4-shaded</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>ai.pipestream</groupId>
        <artifactId>pipeline-bom</artifactId>
        <version>0.2.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
