<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>net.javapla.jawn</groupId>
  <artifactId>jawn-security</artifactId>
  <version>0.9.2</version>
  <name>java-web-planet / jawn:jawn-security</name>
  <description>java-web-planet / jawn - A simple web framework in Java</description>
  <url>https://github.com/MTDdk/jawn</url>
  <licenses>
    <license>
      <name>GNU LGPL, Version 3.0</name>
      <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MTDdk</id>
      <name>MTDdk</name>
      <email>alvn@alvn.dk</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:MTDdk/jawn.git</connection>
    <developerConnection>scm:git:git@github.com:MTDdk/jawn.git</developerConnection>
    <url>https://github.com/MTDdk/jawn</url>
  </scm>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/MTDdk/jawn/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.shiro</groupId>
      <artifactId>shiro-web</artifactId>
      <version>1.2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.javapla.jawn</groupId>
      <artifactId>jawn-core</artifactId>
      <version>0.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.shiro</groupId>
      <artifactId>shiro-core</artifactId>
      <version>1.2.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
