<?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>
  <parent>
    <groupId>org.sakaiproject</groupId>
    <artifactId>hierarchy</artifactId>
    <version>25.2</version>
  </parent>
  <groupId>org.sakaiproject.hierarchy</groupId>
  <artifactId>hierarchy-api</artifactId>
  <version>25.2</version>
  <name>Sakai Hierarchy API</name>
  <description>Hierarchy is meant to provide a high performance basic hierarchy to associate data
        with, no data is stored in the hierarchy itself, it is simply there to allow you
        to maintain the hierarchical structure and to provide methods to manipulate it and
        query it</description>
  <url>https://www.sakailms.org/hierarchy/hierarchy-api/</url>
  <licenses>
    <license>
      <name>Educational Community License, Version 2.0</name>
      <url>https://opensource.org/licenses/ECL-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>aaronz</id>
      <name>Aaron Zeckoski</name>
      <email>azeckoski@unicon.net</email>
      <roles>
        <role>Project Manager</role>
        <role>Architect</role>
        <role>Developer</role>
      </roles>
      <timezone>0</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/sakaiproject/sakai.git/hierarchy/hierarchy-api</connection>
    <developerConnection>scm:git:ssh://git@github.com/sakaiproject/sakai.git/hierarchy/hierarchy-api</developerConnection>
    <url>https://github.com/sakaiproject/sakai/hierarchy/hierarchy-api</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>1.3.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.activation</groupId>
      <artifactId>jakarta.activation-api</artifactId>
      <version>1.2.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.24.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.24.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.7.36</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.24.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.38</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sakaiproject.maven.plugins</groupId>
        <artifactId>sakai</artifactId>
        <version>1.4.5</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
