You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/08/04 20:15:29 UTC

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

Author: rmannibucau
Date: Mon Aug  4 18:15:28 2014
New Revision: 1615718

URL: http://svn.apache.org/r1615718
Log:
our quartz shade is totally messed up regarding dependencies, ensuring we don't bring the shaded dependency

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1615718&r1=1615717&r2=1615718&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Mon Aug  4 18:15:28 2014
@@ -1553,6 +1553,10 @@
         <version>2.2.1</version>
         <exclusions>
           <exclusion>
+             <groupId>org.quartz-scheduler</groupId>
+             <artifactId>quartz</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>javax.transaction</groupId>
             <artifactId>jta</artifactId>
           </exclusion>