File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
org.springframework.context
org.springframework.web.servlet Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
<classpathentry kind =" var" path =" IVY_CACHE/org.joda/com.springsource.org.joda.time/1.6.0/com.springsource.org.joda.time-1.6.0.jar" sourcepath =" /IVY_CACHE/org.joda/com.springsource.org.joda.time/1.6.0/com.springsource.org.joda.time-sources-1.6.0.jar" />
37
37
<classpathentry kind =" var" path =" IVY_CACHE/org.jruby/com.springsource.org.jruby/1.4.0/com.springsource.org.jruby-1.4.0.jar" sourcepath =" /IVY_CACHE/org.jruby/com.springsource.org.jruby/1.4.0/com.springsource.org.jruby-sources-1.4.0.jar" />
38
38
<classpathentry kind =" var" path =" IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-4.9.0.jar" sourcepath =" /IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-sources-4.9.0.jar" />
39
- <classpathentry kind =" var" path =" IVY_CACHE/org.hibernate/com.springsource.org.hibernate.validator/4.1 .0.GA /com.springsource.org.hibernate.validator-4.1 .0.GA .jar" />
39
+ <classpathentry kind =" var" path =" IVY_CACHE/org.hibernate/com.springsource.org.hibernate.validator/4.2 .0.Final /com.springsource.org.hibernate.validator-4.2 .0.Final .jar" />
40
40
<classpathentry kind =" var" path =" IVY_CACHE/org.slf4j/com.springsource.slf4j.api/1.5.3/com.springsource.slf4j.api-1.5.3.jar" />
41
41
<classpathentry kind =" var" path =" IVY_CACHE/org.slf4j/com.springsource.slf4j.jcl/1.5.3/com.springsource.slf4j.jcl-1.5.3.jar" />
42
42
<classpathentry kind =" var" path =" IVY_CACHE/org.objectweb.asm/com.springsource.org.objectweb.asm/3.2.0/com.springsource.org.objectweb.asm-3.2.0.jar" />
Original file line number Diff line number Diff line change 158
158
<orderEntry type =" module-library" >
159
159
<library >
160
160
<CLASSES >
161
- <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.1 .0.GA /com.springsource.org.hibernate.validator-4.1 .0.GA .jar!/" />
161
+ <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.2 .0.Final /com.springsource.org.hibernate.validator-4.2 .0.Final .jar!/" />
162
162
</CLASSES >
163
163
<JAVADOC />
164
164
<SOURCES >
165
- <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.1 .0.GA /com.springsource.org.hibernate.validator-sources-4.1 .0.GA .jar!/" />
165
+ <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.2 .0.Final /com.springsource.org.hibernate.validator-sources-4.2 .0.Final .jar!/" />
166
166
</SOURCES >
167
167
</library >
168
168
</orderEntry >
Original file line number Diff line number Diff line change 51
51
<dependency org =" org.beanshell" name =" com.springsource.bsh" rev =" 2.0.0.b4" conf =" optional, beanshell->compile" />
52
52
<dependency org =" org.codehaus.groovy" name =" com.springsource.org.codehaus.groovy" rev =" 1.6.5" conf =" optional, groovy->compile" />
53
53
<dependency org =" org.codehaus.jsr166-mirror" name =" com.springsource.jsr166" rev =" 1.7.0" conf =" provided->compile" />
54
- <dependency org =" org.hibernate" name =" com.springsource.org.hibernate.validator" rev =" 4.1 .0.GA " conf =" optional->compile" />
54
+ <dependency org =" org.hibernate" name =" com.springsource.org.hibernate.validator" rev =" 4.2 .0.Final " conf =" optional->compile" />
55
55
<dependency org =" org.joda" name =" com.springsource.org.joda.time" rev =" 1.6.0" conf =" optional->compile" />
56
56
<dependency org =" org.jruby" name =" com.springsource.org.jruby" rev =" 1.4.0" conf =" optional, jruby->compile" />
57
57
<dependency org =" org.springframework" name =" org.springframework.asm" rev =" latest.integration" conf =" compile->compile" />
Original file line number Diff line number Diff line change 208
208
<dependency >
209
209
<groupId >org.hibernate</groupId >
210
210
<artifactId >com.springsource.org.hibernate.validator</artifactId >
211
- <version >4.1 .0.GA </version >
211
+ <version >4.2 .0.Final </version >
212
212
<scope >compile</scope >
213
213
<optional >true</optional >
214
214
<exclusions >
Original file line number Diff line number Diff line change 103
103
conf =" test->compile" />
104
104
<dependency org =" javax.transaction" name =" com.springsource.javax.transaction" rev =" 1.1.0" conf =" provided->runtime" />
105
105
<dependency org =" javax.validation" name =" com.springsource.javax.validation" rev =" 1.0.0.GA" conf =" test->compile" />
106
- <dependency org =" org.hibernate" name =" com.springsource.org.hibernate.validator" rev =" 4.1 .0.GA " conf =" test->runtime" />
106
+ <dependency org =" org.hibernate" name =" com.springsource.org.hibernate.validator" rev =" 4.2 .0.Final " conf =" test->runtime" />
107
107
<dependency org =" org.slf4j" name =" com.springsource.slf4j.jcl" rev =" ${slf4j.version}" conf =" test->runtime" />
108
108
<dependency org =" org.joda" name =" com.springsource.org.joda.time" rev =" 1.6.0" conf =" test->runtime" />
109
109
<dependency org =" org.mortbay.jetty" name =" com.springsource.org.mortbay.jetty.server" rev =" 6.1.9"
Original file line number Diff line number Diff line change 303
303
<orderEntry type =" module-library" >
304
304
<library >
305
305
<CLASSES >
306
- <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.1 .0.GA /com.springsource.org.hibernate.validator-4.1 .0.GA .jar!/" />
306
+ <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.2 .0.Final /com.springsource.org.hibernate.validator-4.2 .0.Final .jar!/" />
307
307
</CLASSES >
308
308
<JAVADOC />
309
309
<SOURCES >
310
- <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.1 .0.GA /com.springsource.org.hibernate.validator-sources-4.1 .0.GA .jar!/" />
310
+ <root url =" jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.validator/4.2 .0.Final /com.springsource.org.hibernate.validator-sources-4.2 .0.Final .jar!/" />
311
311
</SOURCES >
312
312
</library >
313
313
</orderEntry >
You can’t perform that action at this time.
0 commit comments