JAMES-1715 remove eclipse warnings introduced recently
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8005257c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8005257c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8005257c Branch: refs/heads/master Commit: 8005257c4969139c18ec739a154a8f5a5a8d2411 Parents: 9ab23a6 Author: Antoine Duprat <[email protected]> Authored: Thu Mar 31 15:51:31 2016 +0200 Committer: Antoine Duprat <[email protected]> Committed: Tue Apr 5 14:00:40 2016 +0200 ---------------------------------------------------------------------- server/mailet/mailets/pom.xml | 1 - .../test/java/org/apache/james/jmap/utils/DependencyGraphTest.java | 2 -- 2 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8005257c/server/mailet/mailets/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/mailets/pom.xml b/server/mailet/mailets/pom.xml index 90fe7c9..78d7f12 100644 --- a/server/mailet/mailets/pom.xml +++ b/server/mailet/mailets/pom.xml @@ -166,7 +166,6 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-james-mailbox-api</artifactId> - <version>${mailbox.version}</version> <scope>test</scope> <type>test-jar</type> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/8005257c/server/protocols/jmap/src/test/java/org/apache/james/jmap/utils/DependencyGraphTest.java ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/src/test/java/org/apache/james/jmap/utils/DependencyGraphTest.java b/server/protocols/jmap/src/test/java/org/apache/james/jmap/utils/DependencyGraphTest.java index 1a66a2e..add1853 100644 --- a/server/protocols/jmap/src/test/java/org/apache/james/jmap/utils/DependencyGraphTest.java +++ b/server/protocols/jmap/src/test/java/org/apache/james/jmap/utils/DependencyGraphTest.java @@ -23,7 +23,6 @@ import static org.assertj.core.api.Assertions.assertThat; import java.util.List; import java.util.Optional; -import java.util.Set; import java.util.stream.Collectors; import java.util.stream.Stream; @@ -33,7 +32,6 @@ import org.junit.Test; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableList; -import com.google.common.collect.ImmutableSet; public class DependencyGraphTest { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
