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 2013/02/22 12:55:59 UTC

svn commit: r1449007 - /servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml

Author: jbonofre
Date: Fri Feb 22 11:55:58 2013
New Revision: 1449007

URL: http://svn.apache.org/r1449007
Log:
Add sources dependency in the lucene-queries 4.0.0 bundle

Modified:
    servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml?rev=1449007&r1=1449006&r2=1449007&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-queries-4.0.0/pom.xml Fri Feb 22 11:55:58 2013
@@ -57,6 +57,14 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
     </dependencies>
 
     <build>