You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/10/23 11:14:14 UTC

svn commit: r1026582 - /shindig/trunk/java/samples/pom.xml

Author: lindner
Date: Sat Oct 23 09:14:13 2010
New Revision: 1026582

URL: http://svn.apache.org/viewvc?rev=1026582&view=rev
Log:
try to deal with ehcache 2.0 vs 1.0

Modified:
    shindig/trunk/java/samples/pom.xml

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=1026582&r1=1026581&r2=1026582&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Sat Oct 23 09:14:13 2010
@@ -136,6 +136,13 @@
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
       <version>3.2.6.ga</version>
+      <exclusions>
+        <!-- ehcache vs ehcache-core blow up -->
+        <exclusion>
+          <groupId>net.sf.ehcache</groupId>
+          <artifactId>ehcache</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>