[jbpm-commits] JBoss JBPM SVN: r2632 - in jbpm3/trunk/modules/core: src/test/java/org and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 27 21:24:18 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-10-27 21:24:17 -0400 (Mon, 27 Oct 2008)
New Revision: 2632

Removed:
   jbpm3/trunk/modules/core/src/test/java/org/jboss/
   jbpm3/trunk/modules/core/src/test/java/org/jbpm/seam/
Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1724] removed remaining seam bits

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-10-27 17:25:05 UTC (rev 2631)
+++ jbpm3/trunk/modules/core/pom.xml	2008-10-28 01:24:17 UTC (rev 2632)
@@ -34,7 +34,6 @@
   <!-- Dependencies -->
   <dependencies>
     <!-- jBPM Dependencies -->
-
     <dependency>
       <groupId>bsh</groupId>
       <artifactId>bsh</artifactId>
@@ -48,8 +47,8 @@
       <artifactId>dom4j</artifactId>
       <exclusions>
       	<exclusion>
-      		<artifactId>xml-apis</artifactId>
-      		<groupId>xml-apis</groupId>
+      	  <artifactId>xml-apis</artifactId>
+      	  <groupId>xml-apis</groupId>
       	</exclusion>
       </exclusions>
     </dependency>
@@ -80,8 +79,10 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
       <exclusions>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-api</artifactId>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -127,6 +128,7 @@
         <filtering>true</filtering>
       </resource>
     </resources>
+
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -146,12 +148,14 @@
           </execution>
         </executions>
       </plugin>
+
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <showDeprecation>false</showDeprecation>
         </configuration>
       </plugin>
+
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
@@ -162,6 +166,7 @@
           </excludes>
         </configuration>
       </plugin>
+
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -179,6 +184,7 @@
           </execution>
         </executions>
       </plugin>
+
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
@@ -256,8 +262,6 @@
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1723 -->
                 <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
                 <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1724 -->
-                <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
                 <exclude>org/jbpm/scheduler/exe/TimerDbTest.java</exclude>
                 <exclude>org/jbpm/taskmgmt/exe/TaskTimerExecutionDbTest.java</exclude>
@@ -292,8 +296,6 @@
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1723 -->
                 <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
                 <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1724 -->
-                <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1735 -->
                 <exclude>org/jbpm/graph/node/ProcessStateDbTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
@@ -330,8 +332,6 @@
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1723 -->
                 <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
                 <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1724 -->
-                <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1772 -->
                 <exclude>org/jbpm/jpdl/exe/JoinDbTest.java</exclude>
                 <exclude>org/jbpm/graph/exe/SubProcessPlusConcurrencyDbTest.java</exclude>
@@ -371,8 +371,6 @@
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1723 -->
                 <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
                 <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1724 -->
-                <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1764 -->
                 <exclude>org/jbpm/job/executor/JobExecutorDbTest</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->




More information about the jbpm-commits mailing list