From 3dd20c0b1a942580d333436e351212d0b76203ae Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Wed, 8 Jul 2020 09:24:21 -0400 Subject: [PATCH] Decreased version to correspond with libraries available today on community --- notification-core/pom.xml | 2 +- provider/notification-gcp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 95e50909c..5c2b396d7 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.1.23</version> + <version>0.1.21</version> </dependency> <dependency> diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml index 5f3cdb2a9..553f71c28 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -60,7 +60,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.1.23</version> + <version>0.1.21</version> </dependency> <dependency> -- GitLab