[seam-commits] Seam SVN: r11974 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 21 03:29:09 EST 2010


Author: manaRH
Date: 2010-01-21 03:29:09 -0500 (Thu, 21 Jan 2010)
New Revision: 11974

Modified:
   branches/community/Seam_2_2/build/resteasy.pom.xml
Log:
changed scope for testng dependency in RestEasy

Modified: branches/community/Seam_2_2/build/resteasy.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/resteasy.pom.xml	2010-01-20 11:33:10 UTC (rev 11973)
+++ branches/community/Seam_2_2/build/resteasy.pom.xml	2010-01-21 08:29:09 UTC (rev 11974)
@@ -70,7 +70,7 @@
          <groupId>org.testng</groupId>
          <artifactId>testng</artifactId>
          <version>${version.testng}</version>
-         <optional>true</optional>
+          <scope>test</scope>
          <exclusions>
            <exclusion>
              <groupId>junit</groupId>



More information about the seam-commits mailing list