[seam-commits] Seam SVN: r15220 - in branches/community/Seam_2_3/examples/rss: rss-web and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 8 10:53:13 EDT 2012


Author: maschmid
Date: 2012-10-08 10:53:13 -0400 (Mon, 08 Oct 2012)
New Revision: 15220

Modified:
   branches/community/Seam_2_3/examples/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java
   branches/community/Seam_2_3/examples/rss/rss-web/pom.xml
Log:
rss example cleanup


Modified: branches/community/Seam_2_3/examples/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java	2012-10-08 14:45:48 UTC (rev 15219)
+++ branches/community/Seam_2_3/examples/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java	2012-10-08 14:53:13 UTC (rev 15220)
@@ -4,16 +4,12 @@
 import static org.testng.AssertJUnit.assertTrue;
 
 import java.io.IOException;
-import java.util.Iterator;
 import java.util.List;
 
-import javax.xml.namespace.NamespaceContext;
-import javax.xml.parsers.ParserConfigurationException;
 import javax.xml.xpath.XPathExpressionException;
 
 import org.jboss.seam.example.common.test.xml.NodeCondition;
 import org.jboss.seam.example.common.test.xml.SeamXMLTest;
-import org.testng.annotations.BeforeClass;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 import org.w3c.dom.Document;

Modified: branches/community/Seam_2_3/examples/rss/rss-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-web/pom.xml	2012-10-08 14:45:48 UTC (rev 15219)
+++ branches/community/Seam_2_3/examples/rss/rss-web/pom.xml	2012-10-08 14:53:13 UTC (rev 15220)
@@ -57,6 +57,16 @@
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam-debug</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.faces</groupId>
+            <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>



More information about the seam-commits mailing list