You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2014/07/05 14:48:17 UTC

svn commit: r1608007 - /servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml

Author: jbonofre
Date: Sat Jul  5 12:48:17 2014
New Revision: 1608007

URL: http://svn.apache.org/r1608007
Log:
Remove dependency exclusions from elasticsearch 1.2.1 bundle

Modified:
    servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml?rev=1608007&r1=1608006&r2=1608007&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/elasticsearch-1.2.1/pom.xml Sat Jul  5 12:48:17 2014
@@ -72,14 +72,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <!--
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.lucene</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-            -->
         </dependency>
 
         <!-- sources -->
@@ -88,14 +80,6 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <!--
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.lucene</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-            -->
         </dependency>
     </dependencies>