[jboss-cvs] JBossAS SVN: r78370 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 15:13:27 EDT 2008


Author: pgier
Date: 2008-09-10 15:13:27 -0400 (Wed, 10 Sep 2008)
New Revision: 78370

Modified:
   trunk/tomcat/pom.xml
Log:
Add dependencies on deployment-spi and jsf-api

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2008-09-10 19:08:41 UTC (rev 78369)
+++ trunk/tomcat/pom.xml	2008-09-10 19:13:27 UTC (rev 78370)
@@ -83,6 +83,10 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-deployment-spi</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-client</artifactId>
     </dependency>
@@ -253,6 +257,10 @@
       <groupId>net.jcip</groupId>
       <artifactId>jcip-annotations</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.faces</groupId>
+      <artifactId>jsf-api</artifactId>
+    </dependency>
   </dependencies>
   
 </project>




More information about the jboss-cvs-commits mailing list