[jbpm-commits] JBoss JBPM SVN: r1720 - in jbpm4/pvm/trunk: modules/core and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 25 05:50:21 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-07-25 05:50:20 -0400 (Fri, 25 Jul 2008)
New Revision: 1720

Modified:
   jbpm4/pvm/trunk/modules/core/pom.xml
   jbpm4/pvm/trunk/pom.xml
Log:
juel dependency fixes

Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-07-25 09:31:03 UTC (rev 1719)
+++ jbpm4/pvm/trunk/modules/core/pom.xml	2008-07-25 09:50:20 UTC (rev 1720)
@@ -42,6 +42,21 @@
       <!-- Compile Dependencies -->
 
       <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel</artifactId>
+      </dependency>
+   
+      <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel-engine</artifactId>
+      </dependency>
+   
+      <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel-impl</artifactId>
+      </dependency>
+
+      <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate</artifactId>
       </dependency>
@@ -96,26 +111,6 @@
          <artifactId>cactus</artifactId>
       </dependency>
 
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel</artifactId>
-         </dependency>
-      
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel-engine</artifactId>
-         </dependency>
-      
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel-impl</artifactId>
-         </dependency>
-
-         <dependency>
-           <groupId>javax.el</groupId>
-           <artifactId>el-api</artifactId>
-         </dependency>
-
    </dependencies>
 
    <!-- Plugins -->
@@ -153,29 +148,20 @@
             <configuration>
                <argLine>${surefire.jvm.args}</argLine>
                <excludes>
-                  <exclude>org/jbpm/client/ExecutionServiceTest.java</exclude>
-                  <exclude>org/jbpm/client/ManagementServiceTest.java</exclude>
+                  <exclude>org/jbpm/db/svc/ManagementServiceTest.java</exclude>
+                  <exclude>org/jbpm/db/svc/ProcessServiceTest.java</exclude>
+                  <exclude>org/jbpm/db/svc/ExecutionServiceTest.java</exclude>
                   <exclude>org/jbpm/enterprise/CommandExecutorTest.java</exclude>
                   <exclude>org/jbpm/enterprise/TimerTest.java</exclude>
                   <exclude>org/jbpm/enterprise/EnterpriseTimerSessionTest.java</exclude>
                   <exclude>org/jbpm/enterprise/CommandReceiverTest.java</exclude>
                   <exclude>org/jbpm/jobexecutor/JobExecutorTimerSessionTest.java</exclude>
-<!--                  <exclude>org/jbpm/msg/MemMessageServiceTest.java</exclude>-->
-<!--                  <exclude>org/jbpm/pvm/ConcurrentIncomingTransitionsTest.java</exclude>-->
                   <exclude>org/jbpm/pvm/timer/TimerIntegrationTest.java</exclude>
-<!--                  <exclude>org/jbpm/pvm/spring2/SpringPojoEnvironmentFactoryTest.java</exclude>-->
-                  <exclude>org/jbpm/pvm/expr/ExpressionTest.java</exclude>
-<!--                  <exclude>org/jbpm/pvm/VariableExecutionTest.java</exclude>-->
-<!--                  <exclude>org/jbpm/pvm/ForLoopBasedOnTransitionTest.java</exclude>-->
-<!--                  <exclude>org/jbpm/pvm/VariableActivityInstanceTest.java</exclude>-->
-<!--                  <exclude>org/jbpm/pvm/VariableScopeProgrammaticTest.java</exclude>-->
                   <exclude>org/jbpm/svc/jobexecutor/ContinuationTest.java</exclude>
-<!--                  <exclude>org/jbpm/svc/hibernate/ExecutionTypeTest.java</exclude>-->
-<!--                  <exclude>org/jbpm/pvm/internal/type/VariableAutoTypeResolutionTest.java</exclude>-->
                   <exclude>org/jbpm/pvm/samples/ex12/TimerTest.java</exclude>
                   <exclude>org/jbpm/pvm/samples/ex02/BasicProcessPersistenceTest.java</exclude>
                   <exclude>org/jbpm/pvm/samples/ex11/AsynchronousContinuationsTest.java</exclude>
-<!--                  <exclude>org/jbpm/pvm/samples/ex07/EventListenerTest.java</exclude>-->
+                  <exclude>org/jbpm/pvm/svc/hibernate/ExecutionTypeTest.java</exclude>
                </excludes>
             </configuration>
          </plugin>

Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml	2008-07-25 09:31:03 UTC (rev 1719)
+++ jbpm4/pvm/trunk/pom.xml	2008-07-25 09:50:20 UTC (rev 1720)
@@ -49,7 +49,6 @@
       <jboss.seam.version>2.0.1.GA</jboss.seam.version>
       <cactus.version>13-1.7.1</cactus.version>
       <juel.version>2.1.0</juel.version>
-      <javax.el.api.version>1.0</javax.el.api.version>
    </properties>
 
    <!-- DependencyManagement -->
@@ -64,6 +63,24 @@
 
          <!-- Thirdparty Dependencies -->
          <dependency>
+           <groupId>juel</groupId>
+           <artifactId>juel</artifactId>
+           <version>${juel.version}</version>
+         </dependency>
+      
+         <dependency>
+           <groupId>juel</groupId>
+           <artifactId>juel-engine</artifactId>
+           <version>${juel.version}</version>
+         </dependency>
+      
+         <dependency>
+           <groupId>juel</groupId>
+           <artifactId>juel-impl</artifactId>
+           <version>${juel.version}</version>
+         </dependency>
+         
+         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate</artifactId>
             <version>${hibernate.version}</version>
@@ -129,30 +146,6 @@
             <version>${cactus.version}</version>
          </dependency>
          
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel</artifactId>
-           <version>${juel.version}</version>
-         </dependency>
-      
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel-engine</artifactId>
-           <version>${juel.version}</version>
-         </dependency>
-      
-         <dependency>
-           <groupId>juel</groupId>
-           <artifactId>juel-impl</artifactId>
-           <version>${juel.version}</version>
-         </dependency>
-         
-         <dependency>
-           <groupId>javax.el</groupId>
-           <artifactId>el-api</artifactId>
-           <version>${javax.el.api.version}</version>
-         </dependency>
-         
       </dependencies>
 
    </dependencyManagement>




More information about the jbpm-commits mailing list