JAMES-2493 remove redundant declaration of mime4j version
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/28875408 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/28875408 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/28875408 Branch: refs/heads/master Commit: 288754087e81c08f96b9d5937a492858657d756d Parents: 9389a2c Author: Matthieu Baechler <[email protected]> Authored: Wed Jul 25 15:01:35 2018 +0200 Committer: benwa <[email protected]> Committed: Tue Jul 31 09:25:22 2018 +0700 ---------------------------------------------------------------------- server/protocols/jmap/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/28875408/server/protocols/jmap/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/pom.xml b/server/protocols/jmap/pom.xml index 444571e..8c948ed 100644 --- a/server/protocols/jmap/pom.xml +++ b/server/protocols/jmap/pom.xml @@ -78,7 +78,6 @@ <dependency> <groupId>${james.groupId}</groupId> <artifactId>apache-mime4j-core</artifactId> - <version>${apache-mime4j.version}</version> </dependency> <dependency> <groupId>${james.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
