<?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>com.gitlab.virtual-machinist</groupId>
  <artifactId>any-annotate</artifactId>
  <version>2.1.0</version>
  <name>any-annotate</name>
  <description>Add and remove arbitrary annotation expressions in JAXB generated code</description>
  <url>https://gitlab.com/virtual-machinist/any-annotate</url>
  <licenses>
    <license>
      <name>BSD Simplified</name>
      <url>https://gitlab.com/virtual-machinist/any-annotate/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>virtual-machinist</id>
      <name>Igor Volkov</name>
      <email>1277336-virtual-machinist@users.noreply.gitlab.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitlab.com/virtual-machinist/any-annotate.git</connection>
    <developerConnection>scm:git:https://gitlab.com/virtual-machinist/any-annotate.git</developerConnection>
    <url>https://gitlab.com/virtual-machinist/any-annotate</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.glassfish.jaxb</groupId>
        <artifactId>jaxb-bom</artifactId>
        <version>4.0.5</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-xjc</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-core</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.javaparser</groupId>
      <artifactId>javaparser-core</artifactId>
      <version>3.25.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.patrodyne.jvnet</groupId>
      <artifactId>hisrc-basicjaxb-tools</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.commons</groupId>
          <artifactId>commons-lang3</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.patrodyne.jvnet</groupId>
          <artifactId>hisrc-basicjaxb-runtime</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
