<?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>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-event</artifactId>
  <version>2.0.5</version>
  <packaging>bundle</packaging>
  <name>Apache Shiro :: Event</name>
  <description>Apache Shiro is a powerful and flexible open-source security framework that cleanly handles
        authentication, authorization, enterprise session management, single sign-on and cryptography services.</description>
  <url>https://shiro.apache.org/shiro-event/</url>
  <inceptionYear>2004</inceptionYear>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>https://www.apache.org/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>aditzel</id>
      <name>Allan Ditzel</name>
      <email>aditzel@apache.org</email>
      <url>http://www.allanditzel.com</url>
      <organization>Apache Software Foundation</organization>
      <timezone>-5</timezone>
    </developer>
    <developer>
      <id>jhaile</id>
      <name>Jeremy Haile</name>
      <email>jhaile@apache.org</email>
      <url>http://www.jeremyhaile.com</url>
      <organization>Mobilization Labs</organization>
      <organizationUrl>http://www.mobilizationlabs.com</organizationUrl>
      <timezone>-5</timezone>
    </developer>
    <developer>
      <id>lhazlewood</id>
      <name>Les Hazlewood</name>
      <email>lhazlewood@apache.org</email>
      <url>http://www.leshazlewood.com</url>
      <organization>Stormpath</organization>
      <organizationUrl>https://www.stormpath.com</organizationUrl>
      <timezone>-8</timezone>
    </developer>
    <developer>
      <id>kaosko</id>
      <name>Kalle Korhonen</name>
      <email>kaosko@apache.org</email>
      <url>https://www.tynamo.org</url>
      <organization>Apache Software Foundation</organization>
      <timezone>-8</timezone>
    </developer>
    <developer>
      <id>pledbrook</id>
      <name>Peter Ledbrook</name>
      <email>p.ledbrook@cacoethes.co.uk</email>
      <url>https://www.cacoethes.co.uk/</url>
      <organization>SpringSource</organization>
      <organizationUrl>https://spring.io/</organizationUrl>
      <timezone>0</timezone>
    </developer>
    <developer>
      <id>tveil</id>
      <name>Tim Veil</name>
      <email>tveil@apache.org</email>
    </developer>
    <developer>
      <id>bdemers</id>
      <name>Brian Demers</name>
      <email>bdemers@apache.org</email>
      <url>https://stormpath.com/blog/author/bdemers</url>
      <organization>Stormpath</organization>
      <organizationUrl>https://stormpath.com/</organizationUrl>
      <roles>
        <role>PMC Chair</role>
      </roles>
      <timezone>-5</timezone>
    </developer>
    <developer>
      <id>jbunting</id>
      <name>Jared Bunting</name>
      <email>jbunting@apache.org</email>
      <organization>Apache Software Foundation</organization>
      <timezone>-6</timezone>
    </developer>
    <developer>
      <id>fpapon</id>
      <name>Francois Papon</name>
      <email>fpapon@apache.org</email>
      <organization>Yupiik</organization>
      <organizationUrl>https://www.yupiik.com/</organizationUrl>
      <timezone>+4</timezone>
    </developer>
    <developer>
      <id>bmarwell</id>
      <name>Benjamin Marwell</name>
      <email>bmarwell@apache.org</email>
      <timezone>Europe/Berlin</timezone>
    </developer>
    <developer>
      <id>lprimak</id>
      <name>Lenny Primak</name>
      <email>lprimak@apache.org</email>
      <url>https://hope.nyc.ny.us</url>
      <organization>Flow Logix</organization>
      <organizationUrl>https://www.flowlogix.com/</organizationUrl>
      <timezone>US/Central</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitbox.apache.org/repos/asf/shiro.git/shiro-event</connection>
    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/shiro.git/shiro-event</developerConnection>
    <tag>shiro-root-2.0.5</tag>
    <url>https://github.com/apache/shiro/tree/shiro-root-2.0.5/shiro-event</url>
  </scm>
  <ciManagement>
    <system>Jenkins</system>
    <url>https://builds.apache.org/job/Shiro/</url>
  </ciManagement>
  <distributionManagement>
    <repository>
      <id>apache.releases.https</id>
      <name>Apache Release Distribution Repository</name>
      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
    </repository>
    <snapshotRepository>
      <id>apache.snapshots.https</id>
      <name>Apache Development Snapshot Repository</name>
      <url>https://repository.apache.org/content/repositories/snapshots</url>
    </snapshotRepository>
    <site>
      <id>shiro.website</id>
      <name>Apache Shiro Site</name>
      <url>scp://people.apache.org/www/shiro.apache.org/static/latest/shiro-event</url>
    </site>
    <downloadUrl>https://shiro.apache.org/download.html</downloadUrl>
  </distributionManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>2.0.17</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.shiro</groupId>
      <artifactId>shiro-lang</artifactId>
      <version>2.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.13.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.13.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.27.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>5.6.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>5.18.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>4.0.27</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>apache.snapshots</id>
      <url>https://repository.apache.org/snapshots</url>
    </repository>
  </repositories>
</project>