MAILET-108 Re-order POM file for mailet/standard
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/84fca1d7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/84fca1d7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/84fca1d7 Branch: refs/heads/master Commit: 84fca1d75b76a3a92ad4ea281dcdf7933286b29b Parents: 19444ca Author: Benoit Tellier <[email protected]> Authored: Mon Aug 29 12:53:51 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 29 17:38:26 2016 +0700 ---------------------------------------------------------------------- mailet/standard/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/84fca1d7/mailet/standard/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/standard/pom.xml b/mailet/standard/pom.xml index 2f5c0c5..3649439 100644 --- a/mailet/standard/pom.xml +++ b/mailet/standard/pom.xml @@ -40,14 +40,6 @@ <dependencies> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient-osgi</artifactId> - </dependency> - <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mailet-base</artifactId> </dependency> @@ -59,13 +51,21 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient-osgi</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
