fixup! JAMES-2617 Move project tests to JUnit 5
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/371e5c43 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/371e5c43 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/371e5c43 Branch: refs/heads/master Commit: 371e5c4353c4a617109bc6b7f8e36fa0b0150431 Parents: b6ee145 Author: Raphael Ouazana <[email protected]> Authored: Thu Dec 6 11:24:16 2018 +0100 Committer: Raphael Ouazana <[email protected]> Committed: Thu Dec 6 11:24:16 2018 +0100 ---------------------------------------------------------------------- server/container/metrics/metrics-es-reporter/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/371e5c43/server/container/metrics/metrics-es-reporter/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/metrics/metrics-es-reporter/pom.xml b/server/container/metrics/metrics-es-reporter/pom.xml index 5756b45..802547c 100644 --- a/server/container/metrics/metrics-es-reporter/pom.xml +++ b/server/container/metrics/metrics-es-reporter/pom.xml @@ -53,10 +53,6 @@ <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> @@ -89,6 +85,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
