[embjopr-commits] EMBJOPR SVN: r813 - branches/EmbJopr_1_3_1_MyFaces/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Oct 22 20:14:03 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-22 20:14:03 -0400 (Thu, 22 Oct 2009)
New Revision: 813

Modified:
   branches/EmbJopr_1_3_1_MyFaces/jsfunit/pom.xml
Log:
 * POM: jsf-api 1.2_12; should this be 2.x?  
 * POM: Removed xalan, xerces and nekohtml direct deps; now transitional through htmlunit.

Modified: branches/EmbJopr_1_3_1_MyFaces/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_MyFaces/jsfunit/pom.xml	2009-10-22 22:01:45 UTC (rev 812)
+++ branches/EmbJopr_1_3_1_MyFaces/jsfunit/pom.xml	2009-10-23 00:14:03 UTC (rev 813)
@@ -99,11 +99,13 @@
          <version>1.1.0.GA</version>
          <scope>compile</scope>
       </dependency>
+
       <dependency>
          <groupId>javax.faces</groupId>
          <artifactId>jsf-api</artifactId>
-         <version>1.2_10</version>
+         <version>1.2_12</version>
       </dependency>
+
       <dependency>
          <groupId>org.jboss.jbossas</groupId>
          <artifactId>jboss-as-j2se</artifactId>
@@ -116,6 +118,7 @@
          <version>2.4</version>
          <scope>provided</scope>
       </dependency>
+      <!--
       <dependency>
          <groupId>xalan</groupId>
          <artifactId>xalan</artifactId>
@@ -128,16 +131,19 @@
          <scope>provided</scope>
          <version>2.9.1</version>
       </dependency>
+      -->
+      <!--
       <dependency>
        <groupId>net.sourceforge.nekohtml</groupId>
        <artifactId>nekohtml</artifactId>
-         <version>1.9.9</version>
+         <version>1.9.12</version>
        </dependency>
+       -->
 
       <dependency>
          <groupId>jdom</groupId>
          <artifactId>jdom</artifactId>
-         <version>1.0</version>
+         <version>1.1</version>
       </dependency>
       <dependency>
          <groupId>commons-lang</groupId>
@@ -855,3 +861,4 @@
    </build>
 
 </project>
+



More information about the embjopr-commits mailing list