<!--
   Apache Maven 2 POM generated by Apache Ivy
   http://ant.apache.org/ivy/
   Apache Ivy version: 2.4.0-rc1 20140315220245
-->
<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 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.gkutiel</groupId>
  <artifactId>in</artifactId>
  <packaging>jar</packaging>
  <version>1-RELEASE</version>
  <description>The best micro web framework </description>
  <url>https://github.com/gkutiel/in</url>
  <name>in</name>
  
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>git://github.com/gkutiel/in.git</url>
		<connection>git://github.com/gkutiel/in.git</connection>
	</scm>
	<developers>
		<developer>
			<id>gkutiel</id>
			<name>Gilad Kutiel</name>
			<email>gilad.kutiel@gmail.com</email>
		</developer>
	</developers>
  
 <dependencies>
  <dependency>
   <groupId>org.simpleframework</groupId>
   <artifactId>simple</artifactId>
   <version>5.1.6</version>
   <optional>true</optional>
  </dependency>
  <dependency>
   <groupId>com.google.code.gson</groupId>
   <artifactId>gson</artifactId>
   <version>2.3</version>
   <optional>true</optional>
  </dependency>
 </dependencies>
</project>
