From 0bf87e77dc4c7914f1111bb06f8fe5976b0ad4d5 Mon Sep 17 00:00:00 2001 From: Albin Suresh Date: Mon, 25 Jul 2016 19:36:40 +0530 Subject: [PATCH] Refactoring clustered map entity module structure --- concurrent-map-entity/client/pom.xml | 6 +-- concurrent-map-entity/common/pom.xml | 6 +-- .../integration-tests/pom.xml | 6 +-- concurrent-map-entity/pom.xml | 42 +++++++++++++++++++ concurrent-map-entity/server/pom.xml | 6 +-- pom.xml | 9 ++-- 6 files changed, 55 insertions(+), 20 deletions(-) create mode 100644 concurrent-map-entity/pom.xml diff --git a/concurrent-map-entity/client/pom.xml b/concurrent-map-entity/client/pom.xml index 2c5d12edae..f609e4555c 100644 --- a/concurrent-map-entity/client/pom.xml +++ b/concurrent-map-entity/client/pom.xml @@ -22,13 +22,11 @@ 4.0.0 - org.terracotta - platform-root + org.terracotta.entities + clustered-map-entity 5.0-SNAPSHOT - ../.. - org.terracotta.entities clustered-map-client diff --git a/concurrent-map-entity/common/pom.xml b/concurrent-map-entity/common/pom.xml index 4436adb326..0db8c41668 100644 --- a/concurrent-map-entity/common/pom.xml +++ b/concurrent-map-entity/common/pom.xml @@ -21,13 +21,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.terracotta - platform-root + org.terracotta.entities + clustered-map-entity 5.0-SNAPSHOT - ../.. - org.terracotta.entities clustered-map-common diff --git a/concurrent-map-entity/integration-tests/pom.xml b/concurrent-map-entity/integration-tests/pom.xml index 762d240343..2292449759 100644 --- a/concurrent-map-entity/integration-tests/pom.xml +++ b/concurrent-map-entity/integration-tests/pom.xml @@ -22,13 +22,11 @@ 4.0.0 - org.terracotta - platform-root + org.terracotta.entities + clustered-map-entity 5.0-SNAPSHOT - ../.. - org.terracotta.entities clustered-map-integration-tests diff --git a/concurrent-map-entity/pom.xml b/concurrent-map-entity/pom.xml new file mode 100644 index 0000000000..4c96731be9 --- /dev/null +++ b/concurrent-map-entity/pom.xml @@ -0,0 +1,42 @@ + + + + 4.0.0 + pom + + + org.terracotta + platform-root + 5.0-SNAPSHOT + + + org.terracotta.entities + clustered-map-entity + Clustered Map Parent + + + common + client + server + integration-tests + + + diff --git a/concurrent-map-entity/server/pom.xml b/concurrent-map-entity/server/pom.xml index de79b71601..94a41aed9d 100644 --- a/concurrent-map-entity/server/pom.xml +++ b/concurrent-map-entity/server/pom.xml @@ -22,13 +22,11 @@ 4.0.0 - org.terracotta - platform-root + org.terracotta.entities + clustered-map-entity 5.0-SNAPSHOT - ../.. - org.terracotta.entities clustered-map-server diff --git a/pom.xml b/pom.xml index f2ee45c611..cb18225153 100644 --- a/pom.xml +++ b/pom.xml @@ -35,10 +35,7 @@ offheap-resource proxy - concurrent-map-entity/common - concurrent-map-entity/client - concurrent-map-entity/server - concurrent-map-entity/integration-tests + concurrent-map-entity client-communicator-support healthchecker-entity management @@ -50,16 +47,19 @@ junit junit 4.12 + test org.hamcrest hamcrest-all 1.3 + test org.mockito mockito-all 1.10.19 + test org.slf4j @@ -105,6 +105,7 @@ org.terracotta passthrough-server ${passthrough-testing.version} + test org.terracotta