<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.4.3</version>
</dependency>
<parent> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-parent</artifactId> <version>2.2</version> </parent>
compile
provided
|-- org.slf4j:slf4j-jdk14:1.6.1
|-- org.hibernate:hibernate-core:3.5.1-Final
test
|-- org.codehaus.btm:btm:2.0.1
|-- net.sf.hibernate:hibernate
|-- junit:junit:4.4
|-- dom4j:dom4j
|-- javassist:javassist:3.4.GA
|-- org.hibernate:hibernate-ehcache:3.3.2.GA
|-- org.apache.derby:derby:10.5.3.0_1
|-- org.mockito:mockito-all:1.8.2