File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
org.springframework.context Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
<classpathentry kind =" var" path =" IVY_CACHE/javax.validation/com.springsource.javax.validation/1.0.0.GA/com.springsource.javax.validation-1.0.0.GA.jar" sourcepath =" /IVY_CACHE/javax.validation/com.springsource.javax.validation/1.0.0/com.springsource.javax.validation-sources-1.0.0.GA.jar" />
22
22
<classpathentry kind =" var" path =" IVY_CACHE/javax.xml.rpc/com.springsource.javax.xml.rpc/1.1.0/com.springsource.javax.xml.rpc-1.1.0.jar" />
23
23
<classpathentry kind =" var" path =" IVY_CACHE/net.sourceforge.cglib/com.springsource.net.sf.cglib/2.2.0/com.springsource.net.sf.cglib-2.2.0.jar" sourcepath =" /IVY_CACHE/net.sourceforge.cglib/com.springsource.net.sf.cglib/2.1.3/com.springsource.net.sf.cglib-sources-2.1.3.jar" />
24
- <classpathentry kind =" var" path =" IVY_CACHE/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/1.6.2 /com.springsource.net.sf.ehcache-1.6.2 .jar" />
24
+ <classpathentry kind =" var" path =" IVY_CACHE/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/2.0.0 /com.springsource.net.sf.ehcache-2.0.0 .jar" />
25
25
<classpathentry kind =" var" path =" IVY_CACHE/org.aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.jar" sourcepath =" /IVY_CACHE/org.aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-sources-1.0.0.jar" />
26
26
<classpathentry kind =" var" path =" IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.dbcp/1.2.2.osgi/com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar" sourcepath =" /IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.dbcp/1.2.2.osgi/com.springsource.org.apache.commons.dbcp-sources-1.2.2.osgi.jar" />
27
27
<classpathentry kind =" var" path =" IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar" sourcepath =" /IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar" />
Original file line number Diff line number Diff line change 116
116
<orderEntry type =" module-library" >
117
117
<library >
118
118
<CLASSES >
119
- <root url =" jar://$IVY_CACHE$/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/1.6.2 /com.springsource.net.sf.ehcache-1.6.2 .jar!/" />
119
+ <root url =" jar://$IVY_CACHE$/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/2.0.0 /com.springsource.net.sf.ehcache-2.0.0 .jar!/" />
120
120
</CLASSES >
121
121
<JAVADOC />
122
122
<SOURCES >
123
- <root url =" jar://$IVY_CACHE$/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/1.6.2 /com.springsource.net.sf.ehcache-sources-1.6.2 .jar!/" />
123
+ <root url =" jar://$IVY_CACHE$/net.sourceforge.ehcache/com.springsource.net.sf.ehcache/2.0.0 /com.springsource.net.sf.ehcache-sources-2.0.0 .jar!/" />
124
124
</SOURCES >
125
125
</library >
126
126
</orderEntry >
Original file line number Diff line number Diff line change 44
44
<dependency org =" javax.validation" name =" com.springsource.javax.validation" rev =" 1.0.0.GA" conf =" provided->compile" />
45
45
<dependency org =" javax.xml.ws" name =" com.springsource.javax.xml.ws" rev =" 2.1.1" conf =" provided, ws->compile" />
46
46
<dependency org =" net.sourceforge.cglib" name =" com.springsource.net.sf.cglib" rev =" 2.2.0" conf =" optional, bytecode-proxy->compile" />
47
- <dependency org =" net.sourceforge.ehcache" name =" com.springsource.net.sf.ehcache" rev =" 1.6.2 " conf =" optional, ehcache->compile" />
47
+ <dependency org =" net.sourceforge.ehcache" name =" com.springsource.net.sf.ehcache" rev =" 2.0.0 " conf =" optional, ehcache->compile" />
48
48
<dependency org =" org.aopalliance" name =" com.springsource.org.aopalliance" rev =" 1.0.0" conf =" compile, aop->compile" />
49
49
<dependency org =" org.apache.commons" name =" com.springsource.org.apache.commons.logging" rev =" 1.1.1" conf =" compile, commons-logging->compile" />
50
50
<dependency org =" org.aspectj" name =" com.springsource.org.aspectj.weaver" rev =" ${aspectj.version}" conf =" optional, aspectj->compile" />
You can’t perform that action at this time.
0 commit comments