From b5edf7c00b92e4a36650e2f3e02c012cc0ab44c4 Mon Sep 17 00:00:00 2001 From: dwivedi Date: Wed, 7 Dec 2016 18:43:13 -0800 Subject: [PATCH 1/2] Remove bytebuffer-collections dependency from the root pom and java-util pom cleanup. --- java-util/pom.xml | 13 ------------- pom.xml | 26 +++++++++++++++++++++----- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/java-util/pom.xml b/java-util/pom.xml index 3ee5c95dde71..52e6b2c459fa 100644 --- a/java-util/pom.xml +++ b/java-util/pom.xml @@ -42,52 +42,42 @@ org.slf4j slf4j-api - 1.6.4 org.skife.config config-magic - 0.9 com.google.guava guava - 16.0.1 com.fasterxml.jackson.core jackson-annotations - 2.1.4 com.fasterxml.jackson.core jackson-core - 2.1.4 com.fasterxml.jackson.core jackson-databind - 2.1.4 net.sf.opencsv opencsv - 2.3 joda-time joda-time - 1.6 org.mozilla rhino - 1.7R5 com.jayway.jsonpath json-path - 2.1.0 net.minidev @@ -100,19 +90,16 @@ junit junit - 4.8.1 test org.easymock easymock - 3.0 test org.slf4j slf4j-simple - 1.6.4 test true diff --git a/pom.xml b/pom.xml index 80a79cd5d97b..500be0838188 100644 --- a/pom.xml +++ b/pom.xml @@ -130,11 +130,6 @@ http-client 1.0.6 - - com.metamx - bytebuffer-collections - 0.2.5 - com.metamx server-metrics @@ -573,6 +568,27 @@ fastutil 7.0.13 + + net.sf.opencsv + opencsv + 2.3 + + + com.jayway.jsonpath + json-path + 2.1.0 + + + net.minidev + json-smart + + + + + org.slf4j + slf4j-api + 1.6.4 + org.easymock easymock From 874a205ba37d64103e6b76b6ae9a769c4412632e Mon Sep 17 00:00:00 2001 From: dwivedi Date: Thu, 8 Dec 2016 10:27:57 -0800 Subject: [PATCH 2/2] Remove json-smart exclusion from root pom --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 500be0838188..15c6598fa8dd 100644 --- a/pom.xml +++ b/pom.xml @@ -577,12 +577,6 @@ com.jayway.jsonpath json-path 2.1.0 - - - net.minidev - json-smart - - org.slf4j