shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)
This commit is contained in:
parent
b5520bc01a
commit
e11dc8597d
|
|
@ -40,7 +40,7 @@
|
|||
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration"
|
||||
conf="optional, tiles->compile"/>
|
||||
<!-- test dependencies -->
|
||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit.version}" conf="test->runtime"/>
|
||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->runtime"/>
|
||||
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.5.1" conf="test->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration"
|
||||
conf="test->compile"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue