[jbpm-commits] JBoss JBPM SVN: r1832 - in jbpm3/trunk/modules: jbpm4jsf and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 6 04:13:08 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-08-06 04:13:08 -0400 (Wed, 06 Aug 2008)
New Revision: 1832

Modified:
   jbpm3/trunk/modules/console/pom.xml
   jbpm3/trunk/modules/jbpm4jsf/pom.xml
   jbpm3/trunk/modules/jpdl/core/pom.xml
   jbpm3/trunk/modules/jpdl/examples/pom.xml
   jbpm3/trunk/modules/jpdl/identity/pom.xml
Log:
modified dependency scopes with jboss as in mind, for the console's benefit

Modified: jbpm3/trunk/modules/console/pom.xml
===================================================================
--- jbpm3/trunk/modules/console/pom.xml	2008-08-06 07:15:57 UTC (rev 1831)
+++ jbpm3/trunk/modules/console/pom.xml	2008-08-06 08:13:08 UTC (rev 1832)
@@ -36,34 +36,14 @@
       <!-- jBPM Dependencies -->
       <dependency>
          <groupId>org.jboss.jbpm</groupId>
-         <artifactId>jbpm-jpdl-identity</artifactId>
-         <version>${version}</version>
-         <scope>provided</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.jbpm</groupId>
          <artifactId>jbpm-jbpm4jsf</artifactId>
          <version>${version}</version>
-         <scope>provided</scope>
       </dependency>
-
       <dependency>
-         <groupId>com.sun.facelets</groupId>
-         <artifactId>jsf-facelets</artifactId>
-      </dependency>
-      <dependency>
          <groupId>commons-fileupload</groupId>
          <artifactId>commons-fileupload</artifactId>
       </dependency>
       <dependency>
-         <groupId>commons-io</groupId>
-         <artifactId>commons-io</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.gravel</groupId>
-         <artifactId>gravel</artifactId>
-      </dependency>
-      <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <scope>provided</scope>

Modified: jbpm3/trunk/modules/jbpm4jsf/pom.xml
===================================================================
--- jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-08-06 07:15:57 UTC (rev 1831)
+++ jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-08-06 08:13:08 UTC (rev 1832)
@@ -44,18 +44,22 @@
     <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-api</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-impl</artifactId>
+      <scope>provided</scope>
     </dependency>
     
     <!-- Provided Dependencies -->

Modified: jbpm3/trunk/modules/jpdl/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml	2008-08-06 07:15:57 UTC (rev 1831)
+++ jbpm3/trunk/modules/jpdl/core/pom.xml	2008-08-06 08:13:08 UTC (rev 1832)
@@ -40,6 +40,7 @@
       <dependency>
          <groupId>bsh</groupId>
          <artifactId>bsh</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>commons-fileupload</groupId>
@@ -48,18 +49,22 @@
       <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>dom4j</groupId>
          <artifactId>dom4j</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>javax.jcr</groupId>
          <artifactId>jcr</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>javax.mail</groupId>
          <artifactId>mail</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>javax.servlet</groupId>
@@ -69,18 +74,22 @@
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.apache.ant</groupId>
          <artifactId>ant</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.apache.jackrabbit</groupId>
          <artifactId>jackrabbit-core</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate</artifactId>
+         <scope>provided</scope>
       </dependency>
 
       <!-- Test Dependencies -->

Modified: jbpm3/trunk/modules/jpdl/examples/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/examples/pom.xml	2008-08-06 07:15:57 UTC (rev 1831)
+++ jbpm3/trunk/modules/jpdl/examples/pom.xml	2008-08-06 08:13:08 UTC (rev 1832)
@@ -47,6 +47,21 @@
       <artifactId>drools-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+    	<groupId>junit</groupId>
+    	<artifactId>junit</artifactId>
+    	<scope>test</scope>
+    </dependency>
+    <dependency>
+    	<groupId>log4j</groupId>
+    	<artifactId>log4j</artifactId>
+    	<scope>test</scope>
+    </dependency>
+    <dependency>
+    	<groupId>org.hibernate</groupId>
+    	<artifactId>hibernate</artifactId>
+    	<scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <!-- Plugins -->

Modified: jbpm3/trunk/modules/jpdl/identity/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/identity/pom.xml	2008-08-06 07:15:57 UTC (rev 1831)
+++ jbpm3/trunk/modules/jpdl/identity/pom.xml	2008-08-06 08:13:08 UTC (rev 1832)
@@ -59,6 +59,26 @@
          <artifactId>log4j</artifactId>
          <scope>test</scope>
       </dependency>
+      <dependency>
+      	<groupId>commons-logging</groupId>
+      	<artifactId>commons-logging</artifactId>
+      	<scope>provided</scope>
+      </dependency>
+      <dependency>
+      	<groupId>org.hibernate</groupId>
+      	<artifactId>hibernate</artifactId>
+      	<scope>provided</scope>
+      </dependency>
+      <dependency>
+      	<groupId>bsh</groupId>
+      	<artifactId>bsh</artifactId>
+      	<scope>test</scope>
+      </dependency>
+      <dependency>
+      	<groupId>org.apache.ant</groupId>
+      	<artifactId>ant</artifactId>
+      	<scope>provided</scope>
+      </dependency>
    </dependencies>
 
    <!-- Plugins -->




More information about the jbpm-commits mailing list