<?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>org.jodd</groupId>
	<artifactId>jodd</artifactId>
	<packaging>jar</packaging>

	<name>Jodd</name>
	<version>3.3.8</version>
	<description>Jodd utility library</description>
	<url>http://jodd.org</url>
	<organization>
		<name>Jodd</name>
		<url>http://jodd.org/</url>
	</organization>
	<developers>
		<developer>
			<id>igor</id>
			<name>Igor Spasic</name>
			<email>igor@jodd.org</email>
			<roles>
				<role>architect</role>
				<role>developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>The New BSD License</name>
			<url>http://jodd.org/license.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<connection>scm:svn:http://jodd.googlecode.com/svn/trunk</connection>
		<developerConnection>scm:svn:http://jodd.googlecode.com/svn/trunk</developerConnection>
		<url>http://jodd.googlecode.com/svn/trunk</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>javax.activation</groupId>
			<artifactId>activation</artifactId>
			<version>1.1</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>javax.mail</groupId>
			<artifactId>mail</artifactId>
			<version>1.4</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>jsp-api</artifactId>
			<version>2.0</version>
			<scope>provided</scope>
			<optional>true</optional>
		</dependency>
	</dependencies>

</project>