File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
<dependency org =" org.hibernate" name =" com.springsource.org.hibernate" rev =" 3.3.1.GA" conf =" test->compile" />
33
33
<dependency org =" org.hsqldb" name =" com.springsource.org.hsqldb" rev =" 1.8.0.9" conf =" test->compile" />
34
34
<dependency org =" org.junit" name =" com.springsource.junit" rev =" 3.8.2" conf =" optional->compile" />
35
- <dependency org =" org.junit" name =" com.springsource.org.junit" rev =" 4.6.0 " conf =" optional->compile" />
35
+ <dependency org =" org.junit" name =" com.springsource.org.junit" rev =" ${org.junit.version} " conf =" optional->compile" />
36
36
<dependency org =" org.slf4j" name =" com.springsource.slf4j.jcl" rev =" 1.5.3" conf =" test->compile" />
37
37
<dependency org =" org.springframework" name =" org.springframework.beans" rev =" latest.integration" conf =" optional->compile" />
38
38
<dependency org =" org.springframework" name =" org.springframework.context" rev =" latest.integration" conf =" optional->compile" />
44
44
<dependency org =" org.springframework" name =" org.springframework.web" rev =" latest.integration" conf =" optional->compile" />
45
45
<dependency org =" org.springframework" name =" org.springframework.web.portlet" rev =" latest.integration" conf =" optional->compile" />
46
46
<dependency org =" org.springframework" name =" org.springframework.web.servlet" rev =" latest.integration" conf =" optional->compile" />
47
- <dependency org =" org.testng" name =" com.springsource.org.testng" rev =" 5.9.0 " conf =" optional->compile" />
47
+ <dependency org =" org.testng" name =" com.springsource.org.testng" rev =" ${org.testng.version} " conf =" optional->compile" />
48
48
</dependencies >
49
49
50
50
</ivy-module >
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >org.testng</groupId >
83
83
<artifactId >testng</artifactId >
84
- <version >5.8 </version >
84
+ <version >5.9 </version >
85
85
<classifier >jdk15</classifier >
86
86
<optional >true</optional >
87
87
</dependency >
You can’t perform that action at this time.
0 commit comments