You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2013/09/03 10:56:30 UTC

svn commit: r1519604 - /tomee/tomee/trunk/pom.xml

Author: andygumbrecht
Date: Tue Sep  3 08:56:29 2013
New Revision: 1519604

URL: http://svn.apache.org/r1519604
Log:
Quartz jobs 2.2.0

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1519604&r1=1519603&r2=1519604&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Tue Sep  3 08:56:29 2013
@@ -1424,6 +1424,16 @@
             <artifactId>c3p0</artifactId>
           </exclusion>
         </exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+	  <dependency>
+        <groupId>org.quartz-scheduler</groupId>
+        <artifactId>quartz-jobs</artifactId>
+        <version>${quartz.version}</version>
       </dependency>
       <dependency>
         <groupId>org.osgi</groupId>