<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.cluster</groupId>
		<artifactId>mobicents-cluster</artifactId>
		<version>1.1</version>
	</parent>

	<artifactId>cache</artifactId>

	<dependencies>
		<dependency>
			<groupId>org.jboss.cache</groupId>
			<artifactId>jbosscache-core</artifactId>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
		</dependency>
		
	</dependencies>

	<build>
		<finalName>mobicents-slee-core-cache</finalName>
		<plugins>
			<plugin>
				<artifactId>maven-eclipse-plugin</artifactId>
				<groupId>org.mobicents.tools</groupId>
				<version>
  				${mobicents.tools.mavenplugin.eclipse.version}
  			</version>
				<inherited>false</inherited>
				<executions />
				<configuration>
					<excludePoms />
					<classpathExcludes>
						<exclude>xml-apis:xml-apis</exclude>
						<exclude>jtidy:jtidy</exclude>						
					</classpathExcludes>
					<resolveTransitiveDependencies>
						true
  				</resolveTransitiveDependencies>
					<eclipseProjectName>
						${build.finalName}
  				</eclipseProjectName>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>