From 1c1fc78f9dce0b22fb31647db39349b3fef87a36 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 24 Aug 2018 15:30:22 -0700 Subject: Use managed guava version Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I4da3f582e347da62f9d6fe8d6f20c147d493b8a0 Issue-ID: INT-619 Signed-off-by: Gary Wu --- bpmn/so-bpmn-building-blocks/pom.xml | 6 +++--- bpmn/so-bpmn-infrastructure-common/pom.xml | 8 ++++---- bpmn/so-bpmn-infrastructure-flows/pom.xml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'bpmn') diff --git a/bpmn/so-bpmn-building-blocks/pom.xml b/bpmn/so-bpmn-building-blocks/pom.xml index a8a6441740..98232639e6 100644 --- a/bpmn/so-bpmn-building-blocks/pom.xml +++ b/bpmn/so-bpmn-building-blocks/pom.xml @@ -1,5 +1,5 @@ - + + org.onap.so bpmn @@ -83,7 +83,7 @@ - + diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index ab0ac25a99..9bc9cc59a6 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -1,5 +1,5 @@ - + + org.onap.so bpmn @@ -107,7 +107,7 @@ - + @@ -199,7 +199,7 @@ com.google.guava guava - 22.0 + com.fasterxml.uuid diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml index 1a3a64bcc8..4db7b3ff66 100644 --- a/bpmn/so-bpmn-infrastructure-flows/pom.xml +++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml @@ -1,5 +1,5 @@ - + + org.onap.so bpmn @@ -62,7 +62,7 @@ - + @@ -170,7 +170,7 @@ com.google.guava guava - 22.0 + org.mockito -- cgit 1.2.3-korg