[jbpm-commits] JBoss JBPM SVN: r2098 - jbpm3/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 3 19:15:04 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-03 19:15:03 -0400 (Wed, 03 Sep 2008)
New Revision: 2098

Modified:
   jbpm3/trunk/pom.xml
Log:
Fix sybase dependency

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-09-03 22:37:46 UTC (rev 2097)
+++ jbpm3/trunk/pom.xml	2008-09-03 23:15:03 UTC (rev 2098)
@@ -560,8 +560,9 @@
         <dependency>
           <groupId>jconnect</groupId>
           <artifactId>jconnect</artifactId>
+          <version>6.0</version>
           <systemPath>/local/opt/jdbc-drivers/jConnect-6_0/classes/jconn3.jar</systemPath>
-          <scope>test</scope>
+          <scope>system</scope>
         </dependency>
       </dependencies>
     </profile>




More information about the jbpm-commits mailing list