<?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">
  <!-- 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>ai.pipestream.module</groupId>
  <artifactId>module-parser</artifactId>
  <version>0.1.1</version>
  <name>Parser Module</name>
  <description>Tika Parser Module for the pipeline system</description>
  <url>https://github.com/ai-pipestream/module-parser</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/license/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/module-parser.git</connection>
    <developerConnection>scm:git:ssh://github.com/ai-pipestream/module-parser.git</developerConnection>
    <url>https://github.com/ai-pipestream/module-parser</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>
  <dependencies>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-container-image-docker</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-arc</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-rest</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-grpc</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-smallrye-health</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-smallrye-stork</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-rest-jackson</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-smallrye-openapi</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-hibernate-validator</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-cache</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.smallrye.stork</groupId>
      <artifactId>stork-service-discovery-consul</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.smallrye.reactive</groupId>
      <artifactId>smallrye-mutiny-vertx-consul-client</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>devservices</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>grpc-stubs</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>pipeline-commons</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>dynamic-grpc</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>dynamic-grpc-registration-clients</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.pipestream</groupId>
      <artifactId>tika4-shaded</artifactId>
      <version>0.1.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.commonmark</groupId>
      <artifactId>commonmark</artifactId>
      <version>0.25.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.pdfbox</groupId>
      <artifactId>pdfbox</artifactId>
      <version>3.0.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkiverse.loggingmanager</groupId>
      <artifactId>quarkus-logging-manager</artifactId>
      <version>3.4.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
