<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.blueprint-platform</groupId>
  <artifactId>openapi-generics-java-codegen</artifactId>
  <version>1.1.0</version>
  <name>openapi-generics-java-codegen</name>
  <description>Internal OpenAPI Generator extension used by openapi-generics-java-codegen-parent.
        Provides the java-generics-contract generator for contract-aligned wrapper generation.
        Not intended to be used directly as an application dependency.</description>
  <url>https://github.com/blueprint-platform/openapi-generics</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bsayli</id>
      <name>Baris Sayli</name>
      <url>https://github.com/bsayli</url>
      <roles>
        <role>creator</role>
        <role>maintainer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/blueprint-platform/openapi-generics.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:blueprint-platform/openapi-generics.git</developerConnection>
    <url>https://github.com/blueprint-platform/openapi-generics</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.blueprint-platform</groupId>
      <artifactId>openapi-generics-contract</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openapitools</groupId>
      <artifactId>openapi-generator-core</artifactId>
      <version>7.23.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.openapitools</groupId>
      <artifactId>openapi-generator</artifactId>
      <version>7.23.0</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.18</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
