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>
Show replies by date