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:38 UTC

svn commit: r1615719 - in /tomee/tomee/branches/tomee-1.7.x: examples/myfaces-codi-demo/pom.xml pom.xml

Author: rmannibucau
Date: Mon Aug  4 18:15:38 2014
New Revision: 1615719

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

Modified:
    tomee/tomee/branches/tomee-1.7.x/examples/myfaces-codi-demo/pom.xml
    tomee/tomee/branches/tomee-1.7.x/pom.xml

Modified: tomee/tomee/branches/tomee-1.7.x/examples/myfaces-codi-demo/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/branches/tomee-1.7.x/examples/myfaces-codi-demo/pom.xml?rev=1615719&r1=1615718&r2=1615719&view=diff
==============================================================================
--- tomee/tomee/branches/tomee-1.7.x/examples/myfaces-codi-demo/pom.xml (original)
+++ tomee/tomee/branches/tomee-1.7.x/examples/myfaces-codi-demo/pom.xml Mon Aug  4 18:15:38 2014
@@ -20,7 +20,7 @@
   <packaging>war</packaging>
 
   <properties>
-    <myfaces2.version>2.1.15</myfaces2.version>
+    <myfaces2.version>2.2.4</myfaces2.version>
     <myfaces.codi.version>1.0.5</myfaces.codi.version>
     <extval.version>2.0.8</extval.version>
   </properties>

Modified: tomee/tomee/branches/tomee-1.7.x/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/branches/tomee-1.7.x/pom.xml?rev=1615719&r1=1615718&r2=1615719&view=diff
==============================================================================
--- tomee/tomee/branches/tomee-1.7.x/pom.xml (original)
+++ tomee/tomee/branches/tomee-1.7.x/pom.xml Mon Aug  4 18:15:38 2014
@@ -1657,6 +1657,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>