From 562f2af9e2863b5e7156e466622b055d14803b29 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 24 Aug 2018 15:24:00 -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: Id390f4b0531143fef2428a32f499c752ae3d2c68 Issue-ID: INT-619 Signed-off-by: Gary Wu --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0f44974..dbbb7fc 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END==================================================== --> - + 4.0.0 org.onap.logging-analytics.pomba @@ -28,7 +27,7 @@ limitations under the License. org.onap.oparent oparent - 1.1.1 + 1.2.0 @@ -117,7 +116,7 @@ limitations under the License. com.google.guava guava - 23.0 + org.glassfish.jersey.core -- cgit 1.2.3-korg