Update of /var/cvs/contributions/lucene
In directory james.mmbase.org:/tmp/cvs-serv22109
Modified Files:
pom.xml
Log Message:
don't install (non essential) mmbase jar in the war
See also: http://cvs.mmbase.org/viewcvs/contributions/lucene
Index: pom.xml
===================================================================
RCS file: /var/cvs/contributions/lucene/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml 12 Feb 2009 12:09:33 -0000 1.1
+++ pom.xml 12 Feb 2009 12:11:56 -0000 1.2
@@ -61,12 +61,14 @@
<groupId>org.mmbase.jars</groupId>
<artifactId>mmbase-crontab</artifactId>
<version>${mmbase.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mmbase.jars</groupId>
<artifactId>mmbase-taglib</artifactId>
<version>${mmbase.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs