From 07da878bba1f4977bf4c2278783a9539c456743f Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 17 Oct 2014 08:30:53 +0200 Subject: [PATCH] dependencies upgrade --- pom.xml | 23 +++++-------------- .../com/commafeed/backend/feed/FeedUtils.java | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index f9038bf4..7276eca5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,17 +23,6 @@ https://github.com/Athou/commafeed - - - - false - - jcenter - Bintray's jcenter Repository - http://jcenter.bintray.com - - - commafeed @@ -241,14 +230,14 @@ com.mysema.querydsl querydsl-apt - 3.4.3 + 3.5.0 provided hibernate com.mysema.querydsl querydsl-jpa - 3.4.3 + 3.5.0 commons-io @@ -267,8 +256,8 @@ org.apache.commons - commons-math - 2.2 + commons-math3 + 3.3 redis.clients @@ -293,7 +282,7 @@ org.jsoup jsoup - 1.7.3 + 1.8.1 com.googlecode.juniversalchardet @@ -336,7 +325,7 @@ org.mockito mockito-core - 1.10.0 + 1.10.8 test diff --git a/src/main/java/com/commafeed/backend/feed/FeedUtils.java b/src/main/java/com/commafeed/backend/feed/FeedUtils.java index e271f85d..88c056d1 100644 --- a/src/main/java/com/commafeed/backend/feed/FeedUtils.java +++ b/src/main/java/com/commafeed/backend/feed/FeedUtils.java @@ -16,7 +16,7 @@ import org.apache.commons.codec.binary.Base64; import org.apache.commons.lang.ArrayUtils; import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.time.DateUtils; -import org.apache.commons.math.stat.descriptive.SummaryStatistics; +import org.apache.commons.math3.stat.descriptive.SummaryStatistics; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Document.OutputSettings;