You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2006/11/20 17:05:23 UTC

svn commit: r477231 - /shale/framework/trunk/shale-dialog-scxml/pom.xml

Author: rahul
Date: Mon Nov 20 08:05:22 2006
New Revision: 477231

URL: http://svn.apache.org/viewvc?view=rev&rev=477231
Log:
Advertise correct set of direct dependencies.
SHALE-300

Modified:
    shale/framework/trunk/shale-dialog-scxml/pom.xml

Modified: shale/framework/trunk/shale-dialog-scxml/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/pom.xml?view=diff&rev=477231&r1=477230&r2=477231
==============================================================================
--- shale/framework/trunk/shale-dialog-scxml/pom.xml (original)
+++ shale/framework/trunk/shale-dialog-scxml/pom.xml Mon Nov 20 08:05:22 2006
@@ -41,6 +41,16 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
@@ -49,6 +59,12 @@
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
             <scope>provided</scope>
         </dependency>