JAMES-2264 cassandra 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/60517e1f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/60517e1f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/60517e1f Branch: refs/heads/master Commit: 60517e1f3402ae3d5a6b81a5423ba55c7c424654 Parents: 9184870 Author: Matthieu Baechler <[email protected]> Authored: Mon Nov 13 22:35:53 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- server/app/pom.xml | 2 +- server/container/guice/cassandra-guice/pom.xml | 8 -------- server/container/guice/cassandra-ldap-guice/pom.xml | 8 -------- 3 files changed, 1 insertion(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/60517e1f/server/app/pom.xml ---------------------------------------------------------------------- diff --git a/server/app/pom.xml b/server/app/pom.xml index 3c37885..3b91ff5 100644 --- a/server/app/pom.xml +++ b/server/app/pom.xml @@ -928,5 +928,5 @@ </plugin> </plugins> </build> - + </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/60517e1f/server/container/guice/cassandra-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index 598a0c4..aba7dd0 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -299,12 +299,4 @@ </plugins> </build> - <profiles> - <profile> - <id>cassandra</id> - <properties> - <cassandra.includes>**/*.java</cassandra.includes> - </properties> - </profile> - </profiles> </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/60517e1f/server/container/guice/cassandra-ldap-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-ldap-guice/pom.xml b/server/container/guice/cassandra-ldap-guice/pom.xml index 1c1d96d..afa2b4a 100644 --- a/server/container/guice/cassandra-ldap-guice/pom.xml +++ b/server/container/guice/cassandra-ldap-guice/pom.xml @@ -192,12 +192,4 @@ </plugins> </build> - <profiles> - <profile> - <id>cassandra</id> - <properties> - <cassandra.includes>**/*.java</cassandra.includes> - </properties> - </profile> - </profiles> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
