Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionTypeOptional
commons-collectionscommons-collections2.1jar-
commons-loggingcommons-logging1.0.4jar-
hibernatehibernate2.1.4jar-

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionTypeOptional
junitjunit3.8.1jar-

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies:

GroupIdArtifactIdVersionTypeOptional
avalon-frameworkavalon-framework4.1.3jar-
javax.servletservlet-api2.3jar-
log4jlog4j1.2.12jar-
logkitlogkit1.0.1jar-

Project Dependency Graph

Dependency Listings

net.sf.ehcache:ehcache:jar:1.2.0_03

Description
Ehcache is a pure Java, in-process cache with the following features:<br/> <ol> <li><a href="#speed">Fast</a><br> </li> <li>Simple</li> <li>Acts as a pluggable cache for Hibernate 2.1, 3 and 3.1.</li> <li>Small foot print. Both in terms of size and memory requirements.</li> <li>Minimal <a href="documentation/index.html#dependencies">dependencies.</a></li> <li>Fully documented. See the online <a href="/documentation/">Documentation</a>, <a href="/documentation/faq.html">FAQ</a> and the online <a href="javadoc/">JavaDoc.</a></li> <li>Provides Memory and Disk stores.</li> <li>Comprehensively Test Coverage. See the <a href="clover/index.html">clover test report.</a></li> <li>Scalable to hundreds of caches and large multi-cpu servers.</li> <li>Multiple CacheManagers per virtual machine (new in 1.2)</li> <li>Provides LRU, LFU and FIFO cache eviction policies. (new in 1.2)</li> <li>Persistent disk store which stores data between VM restarts.</li> <li>Supports the registration of CacheManager and CacheEventListener for flexible integration(new in 1.2)</li> <li>Distributed caching, with fine grained control overf discovery and delivery options. <br> </li> <li>Pluggable distribution API&nbsp; for extending distribution with different mechanisms. <br> </li> <li>Available under the Apache 2.0 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects.</li> <li>Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.<br/> </li> <li>BlockingCache, SelfPopulatingCache, gzipping, caching Servlet filters, and AsynchronousFaultTolerantCommandExecutor available in the optional <a href="ehcache-constructs">ehcache-constructs</a> package.</li> </ol>URL
http://ehcache.sf.net

junit:junit:jar:3.8.1

Description
No description definedURL
No URL defined

hibernate:hibernate:jar:2.1.4

Description
No description definedURL
No URL defined

commons-logging:commons-logging:jar:1.0.4

Description
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.URL
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

avalon-framework:avalon-framework:jar:4.1.3

Description
No description defined

URL
No URL defined

javax.servlet:servlet-api:jar:2.3

Description
No description defined

URL
No URL defined

commons-collections:commons-collections:jar:2.1

Description
Commons Collections

URL
No URL defined