<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>

	<parent>
		<groupId>org.mobicents</groupId>
		<artifactId>mobicents-jainslee-server</artifactId>
		<version>1.2.2.GA</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>

	<artifactId>mobicents-tools-anttasks</artifactId>
	<groupId>org.mobicents.tools</groupId>
	<name>Mobicents :: Tools :: mobicents-tools-anttasks</name>
	
	<dependencies>
		<dependency>
			<groupId>org.mobicents.core</groupId>
			<artifactId>mobicents-core-jar</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<dependency>
			<groupId>ant</groupId>
			<artifactId>ant</artifactId>
		</dependency>
	</dependencies>

</project>