diff options
author | talig <talig@amdocs.com> | 2018-07-01 12:10:55 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-07-05 05:36:27 +0000 |
commit | 9e0b75ab972f1ffa7cab9f57c36354c5d6e96839 (patch) | |
tree | b60a4353a4c12aa666918b871662c58b37e26e6d | |
parent | fc2b6e2d5888baf96dbedc4ebc251e99b5e63419 (diff) |
Upgrade zusammen version to 1.0.1
Fixes zusammen bug of cassandra 3.4.0 upgrade (Action enum codec wasn't registered)
Change-Id: I005c36b30f1e75f5a755a8771bf2aeffeca5b53b
Issue-ID: SDC-1416
Signed-off-by: talig <talig@amdocs.com>
-rw-r--r-- | onboarding/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml index f1c6099f21..90f5e5c443 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -111,9 +111,9 @@ <woodstox.version>4.4.1</woodstox.version> <ws.rs.version>2.0.1 </ws.rs.version> <!-- New version 2.0.1 to fix blackduck violation Failing with comiplation issues--> - <zusammen.version>1.0.0</zusammen.version> - <zusammen-state-store.version>1.0.0</zusammen-state-store.version> - <zusammen-collaboration-store.version>1.0.0</zusammen-collaboration-store.version> + <zusammen.version>1.0.1</zusammen.version> + <zusammen-state-store.version>1.0.1</zusammen-state-store.version> + <zusammen-collaboration-store.version>1.0.1</zusammen-collaboration-store.version> <zusammen-index-store.version>1.0.0</zusammen-index-store.version> <pmd.version>5.8.1</pmd.version> <build.tools.version>${project.version}</build.tools.version> |