JAMES-2525 adds blob-objectstorage-guice module to maven
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7bb6e802 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7bb6e802 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7bb6e802 Branch: refs/heads/master Commit: 7bb6e80223d8ab504cd1c5360e4876baf99dc816 Parents: 53eeb3f Author: Jean Helou <j...@codamens.fr> Authored: Wed Sep 5 11:59:28 2018 +0200 Committer: Benoit Tellier <btell...@linagora.com> Committed: Thu Oct 11 09:26:14 2018 +0700 ---------------------------------------------------------------------- pom.xml | 22 +++++++ .../guice/blob-objectstorage-guice/pom.xml | 62 ++++++++++++++++++++ server/container/guice/pom.xml | 1 + 3 files changed, 85 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7bb6e802/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0b43776..c93c920 100644 --- a/pom.xml +++ b/pom.xml @@ -1061,6 +1061,28 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>blob-objectstorage</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>blob-objectstorage</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>blob-objectstorage-guice</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>blob-objectstorage-guice</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>blob-cassandra</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/7bb6e802/server/container/guice/blob-objectstorage-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/blob-objectstorage-guice/pom.xml b/server/container/guice/blob-objectstorage-guice/pom.xml new file mode 100644 index 0000000..24e96d4 --- /dev/null +++ b/server/container/guice/blob-objectstorage-guice/pom.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.james</groupId> + <artifactId>james-server-guice</artifactId> + <version>3.2.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + + <artifactId>blob-objectstorage-guice</artifactId> + <packaging>jar</packaging> + + <name>Apache James :: Server :: Blob Store in object storage - guice injection</name> + <description>An advanced email server - Object storage based Blob Store bindings</description> + + <dependencies> + <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>blob-objectstorage</artifactId> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>james-server-guice-common</artifactId> + </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-engine</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-launcher</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/james-project/blob/7bb6e802/server/container/guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/pom.xml b/server/container/guice/pom.xml index 73a6a93..e57a43f 100644 --- a/server/container/guice/pom.xml +++ b/server/container/guice/pom.xml @@ -34,6 +34,7 @@ <modules> <module>blob-api-guice</module> + <module>blob-objectstorage-guice</module> <module>cassandra-guice</module> <module>cassandra-ldap-guice</module> <module>configuration</module> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org