summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-09 23:22:53 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-10 12:15:41 -0400
commite12652babc98c403fefead2c83395a5439df7dac (patch)
tree00745f7a2f76f605fc5388aa7b7805706aa541ce /plugins
parent7845d9b33a89a1c647dfa20bfefee3599783cae7 (diff)
Upgrading akka cluster dependency
Issue-ID: CCSDK-3333 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/grToolkit/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml
index 19f890398..e0435cc74 100755
--- a/plugins/grToolkit/provider/pom.xml
+++ b/plugins/grToolkit/provider/pom.xml
@@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
- <artifactId>akka-cluster_2.12</artifactId>
+ <artifactId>akka-cluster_2.13</artifactId>
<scope>provided</scope>
</dependency>
<dependency>