JAMES-2521 metrics-logger is not required in guice-common
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4ac46d72 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4ac46d72 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4ac46d72 Branch: refs/heads/master Commit: 4ac46d72c1f31a83dca85c17d33343ccc9290476 Parents: 12bbdaa Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 11:34:20 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:44 2018 +0700 ---------------------------------------------------------------------- server/container/guice/guice-common/pom.xml | 4 ---- server/protocols/protocols-imap4/pom.xml | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4ac46d72/server/container/guice/guice-common/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/guice-common/pom.xml b/server/container/guice/guice-common/pom.xml index 69bba8b..daf8d24 100644 --- a/server/container/guice/guice-common/pom.xml +++ b/server/container/guice/guice-common/pom.xml @@ -144,10 +144,6 @@ <artifactId>metrics-dropwizard</artifactId> </dependency> <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>metrics-logger</artifactId> - </dependency> - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/4ac46d72/server/protocols/protocols-imap4/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/protocols-imap4/pom.xml b/server/protocols/protocols-imap4/pom.xml index da3d952..e52290c 100644 --- a/server/protocols/protocols-imap4/pom.xml +++ b/server/protocols/protocols-imap4/pom.xml @@ -52,6 +52,7 @@ <dependency> <groupId>${james.groupId}</groupId> <artifactId>metrics-logger</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>commons-configuration</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
