<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.2</version>
</dependency>
<parent> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-parent</artifactId> <version>2.3</version> </parent>
compile
provided
|-- org.slf4j:slf4j-jdk14:1.6.1
|-- org.hibernate:hibernate-core:3.5.1-Final
|-- net.sf.ehcache:sizeof-agent:1.0.1
test
|-- org.codehaus.btm:btm:2.0.1
|-- net.sf.hibernate:hibernate
|-- org.hamcrest:hamcrest-core:1.2
|-- org.hamcrest:hamcrest-library:1.2
|-- junit:junit:4.10
|-- dom4j:dom4j
|-- javassist:javassist:3.4.GA
|-- org.hibernate:hibernate-ehcache:3.3.2.GA
|-- commons-logging:commons-logging:1.1.1
|-- org.apache.derby:derby:10.5.3.0_1
|-- org.mockito:mockito-core:1.8.2