[seam-commits] Seam SVN: r13241 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 18 07:02:39 EDT 2010


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>



More information about the seam-commits mailing list