[jbpm-commits] JBoss JBPM SVN: r4171 - in jbpm3/branches/jbpm-3.2.6.GA: modules/enterprise and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 6 10:43:25 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-06 10:43:25 -0500 (Fri, 06 Mar 2009)
New Revision: 4171

Modified:
   jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2.6.GA/pom.xml
Log:
Restore slf4j for enterprise test suite

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-03-06 15:32:28 UTC (rev 4170)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-03-06 15:43:25 UTC (rev 4171)
@@ -95,6 +95,11 @@
       <artifactId>bpm-spec-api</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <!-- Plugins -->

Modified: jbpm3/branches/jbpm-3.2.6.GA/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/pom.xml	2009-03-06 15:32:28 UTC (rev 4170)
+++ jbpm3/branches/jbpm-3.2.6.GA/pom.xml	2009-03-06 15:43:25 UTC (rev 4171)
@@ -82,6 +82,7 @@
     <poi.version>3.0.2-FINAL</poi.version>
     <richfaces.ui.version>3.2.1.GA</richfaces.ui.version>
     <report-server.version>1.0.0.Beta1</report-server.version>
+    <slf4j.version>1.5.5</slf4j.version>
     <sun.facelets.version>1.1.14</sun.facelets.version>
 
     <!-- Database Driver Versions  -->
@@ -349,6 +350,16 @@
         <version>${richfaces.ui.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
         <groupId>poi</groupId>
         <artifactId>poi</artifactId>
         <version>${poi.version}</version>




More information about the jbpm-commits mailing list