You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/11/13 22:28:10 UTC

[4/6] incubator-tamaya-sandbox git commit: TAMAYA-195: Added hazelcast support.

TAMAYA-195: Added hazelcast support.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/791632bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/791632bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/791632bb

Branch: refs/heads/master
Commit: 791632bbfd0b8846927e0499a867b4c2d5a82ce5
Parents: dd1d0d3
Author: anatole <an...@apache.org>
Authored: Sun Nov 13 23:16:08 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sun Nov 13 23:16:08 2016 +0100

----------------------------------------------------------------------
 hazelcast/pom.xml | 5 +++++
 pom.xml           | 1 +
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/791632bb/hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/hazelcast/pom.xml b/hazelcast/pom.xml
index b150010..231f5e4 100644
--- a/hazelcast/pom.xml
+++ b/hazelcast/pom.xml
@@ -73,6 +73,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.tamaya.ext</groupId>
+            <artifactId>tamaya-spisupport</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>com.hazelcast</groupId>
             <artifactId>hazelcast</artifactId>
             <version>3.5.2</version>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/791632bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 64f54d0..de7161a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@ under the License.
     </dependencyManagement>
 
     <modules>
+        <module>hazelcast</module>
         <module>apache-commons</module>
         <module>jodatime</module>
         <module>usagetracker</module>