Author: manaRH
Date: 2010-06-18 07:02:39 -0400 (Fri, 18 Jun 2010)
New Revision: 13241
Modified:
branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
Log:
fixed testng dependency - we use jdk15 jar
Modified: branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml 2010-06-18 10:05:08 UTC (rev
13240)
+++ branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml 2010-06-18 11:02:39 UTC (rev
13241)
@@ -69,6 +69,7 @@
<artifactId>testng</artifactId>
<version>${version.testng}</version>
<scope>test</scope>
+ <classifier>jdk15</classifier>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Show replies by date