<!--
   Apache Maven 2 POM generated by Apache Ivy
   http://ant.apache.org/ivy/
   Apache Ivy version: 2.4.0 20141213170938
-->
<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-core</artifactId>
  <packaging>jar</packaging>
  <version>1.6-RELEASE</version>
  <description>core components for 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@bitbucket.org:gkutiel/in-core.git</url>
		<connection>git@bitbucket.org:gkutiel/in-core.git</connection>
	</scm>
	<developers>
		<developer>
			<id>gkutiel</id>
			<name>Gilad Kutiel</name>
			<email>gilad.kutiel@gmail.com</email>
		</developer>
	</developers>
  
 <dependencies>
  <dependency>
   <groupId>io.reactivex</groupId>
   <artifactId>rxnetty</artifactId>
   <version>0.5.1</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-api</artifactId>
   <version>1.7.10</version>
   <scope>compile</scope>
  </dependency>
 </dependencies>
</project>
