<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>network.ike.docs</groupId>
    <artifactId>ike-docs</artifactId>
    <version>75</version>
  </parent>
  <artifactId>ike-doc-ingest</artifactId>
  <name>IKE Doc Ingest</name>
  <description>Reusable infrastructure for ingesting external content into IKE
        documentation corpus projects. Provides tarball download/extract,
        AsciiDoc topic-fragment writing with IKE-INGEST provenance
        attributes, topic-registry shard writing, and per-IG/per-source
        _includes.adoc emission. Source-specific parsers (FHIR NPM
        packages, FDA IFU PDFs, ISO standards, etc.) live in each
        corpus project's own ingest module and consume this library.</description>
  <url>https://github.com/IKE-Network/ike-docs</url>
  <inceptionYear>2026</inceptionYear>
  <organization>
    <name>IKE Network</name>
    <url>https://ike.network</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.27.1</version>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter</artifactId>
      <version>${junit-jupiter.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>${assertj.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>