JAMES-2361 refactor mdn pom.xml
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b1fb0222 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b1fb0222 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b1fb0222 Branch: refs/heads/master Commit: b1fb02221779ec885371252d6703998b1bc73314 Parents: 3afb6b5 Author: Matthieu Baechler <[email protected]> Authored: Tue Mar 27 17:15:11 2018 +0200 Committer: benwa <[email protected]> Committed: Tue Apr 3 17:01:38 2018 +0700 ---------------------------------------------------------------------- mdn/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/b1fb0222/mdn/pom.xml ---------------------------------------------------------------------- diff --git a/mdn/pom.xml b/mdn/pom.xml index 87511c1..0c9a3bd 100644 --- a/mdn/pom.xml +++ b/mdn/pom.xml @@ -34,11 +34,11 @@ <dependencies> <dependency> - <groupId>org.apache.james</groupId> + <groupId>${project.groupId}</groupId> <artifactId>apache-mime4j-dom</artifactId> </dependency> <dependency> - <groupId>org.apache.james</groupId> + <groupId>${project.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
