This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit a35ef815ba24b663d4257de9229829ac50a9ae93 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Mar 20 10:51:00 2019 +0700 JAMES-2684 Re-order POM --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 704e1df..969ed28 100644 --- a/pom.xml +++ b/pom.xml @@ -1082,35 +1082,35 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-objectstorage</artifactId> + <artifactId>blob-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-objectstorage</artifactId> + <artifactId>blob-memory</artifactId> <version>${project.version}</version> - <type>test-jar</type> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-objectstorage-guice</artifactId> + <artifactId>blob-objectstorage</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-objectstorage-guice</artifactId> + <artifactId>blob-objectstorage</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-cassandra</artifactId> + <artifactId>blob-objectstorage-guice</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>blob-memory</artifactId> + <artifactId>blob-objectstorage-guice</artifactId> <version>${project.version}</version> + <type>test-jar</type> </dependency> <dependency> <groupId>${james.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
