From eba7acd2100d185a7f797bf4f2b147c2492db520 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Thu, 22 Aug 2019 15:43:11 +0800 Subject: [PATCH 1/2] Adjust some dependencies to test scope --- pom.xml | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 54c9111..06e1b52 100755 --- a/pom.xml +++ b/pom.xml @@ -20,39 +20,17 @@ - - org.scala-lang - scala-library - ${scala.version} - - - org.scalatest - scalatest_2.11 - ${scalatest.version} - test - it.unimi.dsi fastutil 7.1.0 - - org.apache.velocity - velocity - 1.7 - com.github.fommil.netlib all 1.1.2 pom - - org.scalanlp - breeze_2.11 - 0.13.1 - test - commons-logging commons-logging @@ -73,6 +51,30 @@ guava 12.0 + + org.apache.velocity + velocity + 1.7 + test + + + org.scala-lang + scala-library + ${scala.version} + test + + + org.scalatest + scalatest_${scala.binary.version} + ${scalatest.version} + test + + + org.scalanlp + breeze_${scala.binary.version} + 0.13.1 + test + From 69144cd1194f859774817c61ea77d9ab62939726 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Thu, 22 Aug 2019 15:55:13 +0800 Subject: [PATCH 2/2] Add commons-lang, remove guava --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 06e1b52..6d87a2e 100755 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,11 @@ fastutil 7.1.0 + + commons-lang + commons-lang + 2.4 + com.github.fommil.netlib all @@ -46,11 +51,6 @@ slf4j-api 1.6.2 - - com.google.guava - guava - 12.0 - org.apache.velocity velocity