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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 6 23:27:11 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-08-06 23:27:10 -0400 (Wed, 06 Aug 2008)
New Revision: 1838

Modified:
   jbpm3/trunk/modules/console/pom.xml
   jbpm3/trunk/modules/jbpm4jsf/pom.xml
   jbpm3/trunk/modules/jpdl/core/pom.xml
   jbpm3/trunk/modules/jpdl/identity/pom.xml
   jbpm3/trunk/pom.xml
Log:
final dependency scope modifications for web console

Modified: jbpm3/trunk/modules/console/pom.xml
===================================================================
--- jbpm3/trunk/modules/console/pom.xml	2008-08-06 19:49:08 UTC (rev 1837)
+++ jbpm3/trunk/modules/console/pom.xml	2008-08-07 03:27:10 UTC (rev 1838)
@@ -38,6 +38,52 @@
          <groupId>org.jboss.jbpm</groupId>
          <artifactId>jbpm-jbpm4jsf</artifactId>
          <version>${version}</version>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>jackrabbit-core</artifactId>
+         		<groupId>org.apache.jackrabbit</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>hibernate</artifactId>
+         		<groupId>org.hibernate</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>bsh</artifactId>
+         		<groupId>bsh</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>dom4j</artifactId>
+         		<groupId>dom4j</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>junit</artifactId>
+         		<groupId>junit</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>ant</artifactId>
+         		<groupId>org.apache.ant</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>jsf-impl</artifactId>
+         		<groupId>javax.faces</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>jcr</artifactId>
+         		<groupId>javax.jcr</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>mail</artifactId>
+         		<groupId>javax.mail</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>el-api</artifactId>
+         		<groupId>javax.el</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>jsf-api</artifactId>
+         		<groupId>javax.faces</groupId>
+         	</exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>commons-fileupload</groupId>

Modified: jbpm3/trunk/modules/jbpm4jsf/pom.xml
===================================================================
--- jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-08-06 19:49:08 UTC (rev 1837)
+++ jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-08-07 03:27:10 UTC (rev 1838)
@@ -44,35 +44,25 @@
     <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 -->
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <scope>provided</scope>
     </dependency>
-    <dependency>
-    	<groupId>org.hibernate</groupId>
-    	<artifactId>hibernate</artifactId>
-    	<scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <!-- Plugins -->

Modified: jbpm3/trunk/modules/jpdl/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml	2008-08-06 19:49:08 UTC (rev 1837)
+++ jbpm3/trunk/modules/jpdl/core/pom.xml	2008-08-07 03:27:10 UTC (rev 1838)
@@ -40,59 +40,43 @@
       <dependency>
          <groupId>bsh</groupId>
          <artifactId>bsh</artifactId>
-         <scope>provided</scope>
       </dependency>
       <dependency>
-         <groupId>commons-fileupload</groupId>
-         <artifactId>commons-fileupload</artifactId>
-      </dependency>
-      <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>
          <artifactId>servlet-api</artifactId>
-         <scope>provided</scope>
       </dependency>
       <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 -->
       <dependency>
          <groupId>dumbster</groupId>
          <artifactId>dumbster</artifactId>
@@ -118,6 +102,8 @@
          <artifactId>slf4j-log4j12</artifactId>
          <scope>test</scope>
       </dependency>
+
+      <!-- Test Dependencies -->
    </dependencies>
 
    <!-- Plugins -->

Modified: jbpm3/trunk/modules/jpdl/identity/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/identity/pom.xml	2008-08-06 19:49:08 UTC (rev 1837)
+++ jbpm3/trunk/modules/jpdl/identity/pom.xml	2008-08-07 03:27:10 UTC (rev 1838)
@@ -59,26 +59,6 @@
          <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 -->

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-08-06 19:49:08 UTC (rev 1837)
+++ jbpm3/trunk/pom.xml	2008-08-07 03:27:10 UTC (rev 1838)
@@ -69,6 +69,7 @@
     <jaxen.version>1.1.1</jaxen.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <jboss.seam.version>2.0.2.GA</jboss.seam.version>
+    <junit.version>3.8.1</junit.version>
     <oscache.version>2.4</oscache.version>
     <poi.version>3.0.2-FINAL</poi.version>
     <richfaces.ui.version>3.2.1.GA</richfaces.ui.version>
@@ -102,6 +103,7 @@
         <groupId>com.sun.facelets</groupId>
         <artifactId>jsf-facelets</artifactId>
         <version>${facelets.version}</version>
+        <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>commons-fileupload</groupId>
@@ -183,58 +185,75 @@
         <groupId>javax.ejb</groupId>
         <artifactId>ejb-api</artifactId>
         <version>${javax.ejb.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
         <version>${javax.el.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
         <version>${javax.faces.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
         <version>${javax.faces.version}</version>
+        <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>javax.jcr</groupId>
         <artifactId>jcr</artifactId>
         <version>${javax.jcr.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.jms</groupId>
         <artifactId>jms</artifactId>
         <version>${javax.jms.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.jws</groupId>
         <artifactId>jsr181-api</artifactId>
         <version>${javax.jws.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.mail</groupId>
         <artifactId>mail</artifactId>
         <version>${javax.mail.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.persistence</groupId>
         <artifactId>persistence-api</artifactId>
         <version>${javax.persistence.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>${javax.servlet.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
         <version>${javax.jaxb.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
         <groupId>opensymphony</groupId>
         <artifactId>oscache</artifactId>
         <version>${oscache.version}</version>
@@ -243,6 +262,7 @@
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
         <version>${apache.ant.version}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.cactus</groupId>




More information about the jbpm-commits mailing list