blob: 494e35b52d656c50d8c0bd99115631843160238e [file] [log] [blame]
<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">
<parent>
<groupId>org.apache.jsecurity</groupId>
<artifactId>jsecurity-root</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsecurity-ehcache</artifactId>
<name>Apache JSecurity :: Support :: EHCache</name>
<packaging>jar</packaging>
<build/>
<dependencies>
<dependency>
<groupId>org.apache.jsecurity</groupId>
<artifactId>jsecurity-core</artifactId>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
</dependencies>
</project>