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:
@@ -32,7 +32,7 @@
|
||||
</junit>
|
||||
|
||||
<ivy:cachepath resolveId="testng.classpath" pathid="testng.classpath" organisation="org.testng"
|
||||
module="com.springsource.org.testng" revision="${org.testng.version}"
|
||||
module="com.springsource.org.testng" revision="${testng.version}"
|
||||
conf="runtime" type="jar" inline="true" log="download-only"/>
|
||||
<taskdef name="testng" classpathref="testng.classpath" classname="org.testng.TestNGAntTask" />
|
||||
<mkdir dir="${test-results.output.dir}/testng"/>
|
||||
|
||||
Reference in New Issue
Block a user