<?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>de.almostintelligent</groupId>
  <artifactId>jaste</artifactId>
  <version>0.2.0</version>
  <name>JaSTE - Java Simple Template Engine</name>
  <description>JaSTE - Java Simple Template Engine</description>
  <url>https://github.com/AlmostIntelligent/JaSTE</url>
  <organization>
    <name>AlmostIntelligent</name>
    <url>http://www.almostintelligent.de</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Cikey</id>
      <name>Christian Kulpa</name>
      <email>chris@almostintelligent.de</email>
      <url>https://github.com/cikey</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/AlmostIntelligent/JaSTE.git</connection>
    <developerConnection>scm:git:git@github.com:AlmostIntelligent/JaSTE.git</developerConnection>
    <url>git@github.com:AlmostIntelligent/JaSTE.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
