This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b47710f14145995af30df87331ca90f792558f9c Author: Rémi Kowalski <[email protected]> AuthorDate: Tue Jul 16 10:28:09 2019 +0200 JAMES-2833 use linagora fork of elastic search appender to allow MDC keys exclusion --- server/container/guice/cassandra-guice/pom.xml | 2 +- server/container/guice/jpa-guice/pom.xml | 2 +- server/container/guice/jpa-smtp-common/pom.xml | 2 +- server/container/guice/pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index 206e9bd..42ced4b 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -263,7 +263,7 @@ <artifactId>logback-classic</artifactId> </dependency> <dependency> - <groupId>com.internetitem</groupId> + <groupId>com.linagora</groupId> <artifactId>logback-elasticsearch-appender</artifactId> </dependency> <dependency> diff --git a/server/container/guice/jpa-guice/pom.xml b/server/container/guice/jpa-guice/pom.xml index 0340513..37dcf60 100644 --- a/server/container/guice/jpa-guice/pom.xml +++ b/server/container/guice/jpa-guice/pom.xml @@ -155,7 +155,7 @@ <artifactId>logback-classic</artifactId> </dependency> <dependency> - <groupId>com.internetitem</groupId> + <groupId>com.linagora</groupId> <artifactId>logback-elasticsearch-appender</artifactId> </dependency> <dependency> diff --git a/server/container/guice/jpa-smtp-common/pom.xml b/server/container/guice/jpa-smtp-common/pom.xml index 522f208..6790948 100644 --- a/server/container/guice/jpa-smtp-common/pom.xml +++ b/server/container/guice/jpa-smtp-common/pom.xml @@ -78,7 +78,7 @@ <artifactId>logback-classic</artifactId> </dependency> <dependency> - <groupId>com.internetitem</groupId> + <groupId>com.linagora</groupId> <artifactId>logback-elasticsearch-appender</artifactId> </dependency> </dependencies> diff --git a/server/container/guice/pom.xml b/server/container/guice/pom.xml index f0f0ef0..373db2e 100644 --- a/server/container/guice/pom.xml +++ b/server/container/guice/pom.xml @@ -219,9 +219,9 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.internetitem</groupId> + <groupId>com.linagora</groupId> <artifactId>logback-elasticsearch-appender</artifactId> - <version>1.6</version> + <version>1.8.0</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
