Author: olamy
Date: Wed May  8 13:23:04 2013
New Revision: 1480265

URL: http://svn.apache.org/r1480265
Log:
possible to exclude hibernate core

Modified:
    archiva/sandbox/trunk/metadata-store-cassandra/pom.xml

Modified: archiva/sandbox/trunk/metadata-store-cassandra/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/sandbox/trunk/metadata-store-cassandra/pom.xml?rev=1480265&r1=1480264&r2=1480265&view=diff
==============================================================================
--- archiva/sandbox/trunk/metadata-store-cassandra/pom.xml (original)
+++ archiva/sandbox/trunk/metadata-store-cassandra/pom.xml Wed May  8 13:23:04 
2013
@@ -82,12 +82,12 @@
         </exclusion>
         <!-- FIXME -->
         <!-- due to some instanceof in kundera it's mandatory -->
-         <!-- must be excluded to prevent gpl here
+        <!-- must be excluded to prevent gpl here -->
         <exclusion>
           <groupId>org.hibernate</groupId>
           <artifactId>hibernate-core</artifactId>
         </exclusion>
-        -->
+
         <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>


Reply via email to