From 3ddc56ed1f6d36ef179c8359d5fc03ca3d1f9b47 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 30 Aug 2018 16:08:03 +0200 Subject: Sort dependencies on scope --- vespajlib/pom.xml | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) (limited to 'vespajlib/pom.xml') diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml index 880d039bc54..9894a7c0dc2 100644 --- a/vespajlib/pom.xml +++ b/vespajlib/pom.xml @@ -17,29 +17,27 @@ - - com.google.guava - guava - provided - + + net.jpountz.lz4 lz4 - org.hamcrest - hamcrest-library - test + commons-lang + commons-lang - org.mockito - mockito-core - test + org.apache.commons + commons-exec + + + - junit - junit - test + com.google.guava + guava + provided com.yahoo.vespa @@ -53,9 +51,22 @@ ${project.version} provided + + - commons-lang - commons-lang + org.hamcrest + hamcrest-library + test + + + org.mockito + mockito-core + test + + + junit + junit + test com.fasterxml.jackson.core @@ -67,16 +78,13 @@ jackson-databind test - - org.apache.commons - commons-exec - com.yahoo.vespa testutil ${project.version} test + -- cgit v1.2.3