You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gh...@apache.org on 2013/05/24 11:11:14 UTC

svn commit: r1485979 - /roller/trunk/weblogger-business/pom.xml

Author: ghuber
Date: Fri May 24 09:11:14 2013
New Revision: 1485979

URL: http://svn.apache.org/r1485979
Log:
Exclude sandbox stuff

Modified:
    roller/trunk/weblogger-business/pom.xml

Modified: roller/trunk/weblogger-business/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-business/pom.xml?rev=1485979&r1=1485978&r2=1485979&view=diff
==============================================================================
--- roller/trunk/weblogger-business/pom.xml (original)
+++ roller/trunk/weblogger-business/pom.xml Fri May 24 09:11:14 2013
@@ -137,6 +137,12 @@
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-queryparser</artifactId>
+            <exclusions>
+            	<exclusion>
+            		<artifactId>lucene-sandbox</artifactId>
+            		<groupId>org.apache.lucene</groupId>
+            	</exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>