JAMES-2264 lucene should not be disabled any longer
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f6f70b21 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f6f70b21 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f6f70b21 Branch: refs/heads/master Commit: f6f70b21773edd1c155253cf2afd2eba8060f2df Parents: 538af50 Author: Matthieu Baechler <[email protected]> Authored: Mon Nov 13 22:50:56 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- mailbox/lucene/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/f6f70b21/mailbox/lucene/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/lucene/pom.xml b/mailbox/lucene/pom.xml index 947d584..bb7d27d 100644 --- a/mailbox/lucene/pom.xml +++ b/mailbox/lucene/pom.xml @@ -105,12 +105,4 @@ <artifactId>slf4j-api</artifactId> </dependency> </dependencies> - <profiles> - <profile> - <id>lucene</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - </profile> - </profiles> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
