<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.yunchen.gb</groupId>
  <artifactId>gb-plugin-tika-parser</artifactId>
  <version>1.2.0</version>
  <dependencies>
    <dependency>
      <groupId>org.yunchen.gb</groupId>
      <artifactId>gb-core</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>3.0.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-templates</artifactId>
      <version>3.0.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>2.5.5</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>logback-classic</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-logging</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.tika</groupId>
      <artifactId>tika-parsers</artifactId>
      <version>1.23</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>regexp</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>udunits</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-scm-api</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcip-annotations</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi-scratchpad</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jackson-core</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi-ooxml-schemas</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bzip2</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>javax.ws.rs-api</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-scm-provider-svnexe</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sis-metadata</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>protobuf-java</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-vfs2</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-scm-provider-svn-commons</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcommander</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jna</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>opennlp-maxent</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>c3p0</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jdom2</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ehcache-core</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>httpservices</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>httpmime</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jsr-275</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>joda-time</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sis-utility</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>quartz</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cdm</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi-ooxml</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>geoapi</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>plexus-utils</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jwnl</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>guava</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xmpcore</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>httpcore</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sis-referencing</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
