<?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>com.embabel.common</groupId>
  <artifactId>embabel-common-util</artifactId>
  <version>0.1.5</version>
  <name>Embabel Common Util</name>
  <description>Common Utilities for Embabel Modules</description>
  <url>https://github.com/embabel/embabel-common</url>
  <organization>
    <name>Embabel Pty Ltd</name>
    <url>https://www.embabel.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <comments>Copyright 2024-2025 the Embabel Software Inc.

                Licensed under the Apache License, Version 2.0 (the "License");
                you may not use this file except in compliance with the License.
                You may obtain a copy of the License at

                https://www.apache.org/licenses/LICENSE-2.0

                Unless required by applicable law or agreed to in writing, software
                distributed under the License is distributed on an "AS IS" BASIS,
                WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
                implied.

                See the License for the specific language governing permissions and
                limitations under the License.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rjohnson</id>
      <name>Rod Johnson</name>
      <email>rod@embabel.com</email>
      <organization>Embabel Software, Inc.</organization>
      <organizationUrl>https://www.embabel.com</organizationUrl>
      <roles>
        <role>Founder and Project Lead</role>
      </roles>
    </developer>
    <developer>
      <id>alexheifetz</id>
      <name>Alex Hein-Heifetz</name>
      <email>alex@embabel.com</email>
      <organization>Embabel Pty Ltd</organization>
      <organizationUrl>https://www.embabel.com</organizationUrl>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
    <developer>
      <id>igordayen</id>
      <name>Igor Dayen</name>
      <email>igor@embabel.com</email>
      <organization>Embabel Pty Ltd</organization>
      <organizationUrl>https://www.embabel.com</organizationUrl>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
    <developer>
      <id>poutsma</id>
      <name>Arjen Poutsma</name>
      <email>arjen@embabel.com</email>
      <organization>Embabel Pty Ltd</organization>
      <organizationUrl>https://www.embabel.com</organizationUrl>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
    <developer>
      <id>jasperblues</id>
      <name>Jasper Blues</name>
      <email>jasper@embabel.com</email>
      <organization>Embabel Pty Ltd</organization>
      <organizationUrl>https://www.embabel.com</organizationUrl>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
    <developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
    <tag>v0.1.5</tag>
    <url>https://github.com/embabel/embabel-common</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>3.5.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-logging</artifactId>
      <version>3.5.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-kotlin</artifactId>
      <version>2.19.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna-platform</artifactId>
      <version>5.16.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>2.1.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
