Siegfried Goeschl wrote:
Hi Thomas,
I have a problem understanding the dependencies (snippet from the pom.xml)
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
These belong to EHCache. The references at
http://ehcache.sourceforge.net/dependencies.html are somewhat different
but apply to later versions (which are not in the Apache Maven Repo)
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
JCS. According to http://jakarta.apache.org/jcs/dependencies.html there
are more but they will only be needed if certain plugins are configured.
Bye, Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]