spring-modules-cache dependencies
After I included spring-modules-cache dependency in my project's pom,
<dependency>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules-cache</artifactId>
<version>0.6</version>
</dependency>
maven is unable to resolve following dependencies:
1) gigaspaces:gigaspaces-ce:jar:5.1-1603-000
2) jini:webster:jar:20060125
3) jboss:jboss-jmx:jar:4.0.3
4) xpp3:xpp3_min:jar:1.1.3.4.I
5) jini:start:jar:2.1
6) jboss:jboss-minimal:jar:4.0.3
7) jini:reggie:jar:2.1
8) jboss:jboss-cache:jar:1.2.4
9) jcs:jcs:jar:1.2.6.5
10) jboss:jboss-system:jar:4.0.3
11) jini:jsk-platform:jar:2.1
12) jboss:jboss-common:jar:4.0.3
13) jini:mahalo:jar:2.1
14) jini:jsk-lib:jar:2.1
15) jini:boot:jar:20060125
I'm not sure if I am supposed to use some other maven2 repository (apart central)?
Or I have to provide all these dependencies manually?
What is the minimal required dependencies to get declarative caching working with JCS
Hi,
First of all, like what this original post says, there are many dependencies that are missing from the maven repository. I suppose you support ivy, but not maven fully.
But since I'm using maven, I want to figure out the right set of dependencies to do what I need. I want to be able to use declarative caching with JCS, so I want to exclude everything else. But I'm not 100% sure what I can exclude, so it'll be great if you can let me know what are the dependencies that I need for sure.
Thank you very much!