From 2489b083ca92497350a4b5f62ecb7519750a1b81 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 27 Sep 2019 15:10:07 +0200 Subject: Sort 'dependencyManagement' section lecically --- parent/pom.xml | 278 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 140 insertions(+), 138 deletions(-) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index 0404249571f..debc363e548 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -405,10 +405,13 @@ + + + - org.apache.maven.wagon - wagon-ssh-external - 2.7 + com.amazonaws + aws-java-sdk-core + ${aws.sdk.version} com.github.cverges.expect4j @@ -416,54 +419,50 @@ 1.6 - org.apache.commons - commons-compress - 1.18 - - - org.apache.commons - commons-exec - 1.3 + com.github.tomakehurst + wiremock-standalone + 2.6.0 - org.apache.velocity - velocity - 1.7 + com.google.jimfs + jimfs + 1.1 + test - io.airlift - airline - 0.7 + com.google.protobuf + protobuf-java + ${protobuf.version} - io.prometheus - simpleclient - ${prometheus.client.version} + com.ibm.icu + icu4j + 57.1 - io.prometheus - simpleclient_common - ${prometheus.client.version} + com.infradna.tool + bridge-method-annotation + 1.4 - org.ow2.asm - asm - ${asm.version} + com.optimaize.languagedetector + language-detector + 0.6 - org.eclipse.collections - eclipse-collections - 9.2.0 + com.yahoo.athenz + athenz-zms-java-client + ${athenz.version} - org.eclipse.collections - eclipse-collections-api - 9.2.0 + com.yahoo.athenz + athenz-zpe-java-client + ${athenz.version} - com.infradna.tool - bridge-method-annotation - 1.4 + com.yahoo.athenz + athenz-zts-java-client + ${athenz.version} commons-cli @@ -505,39 +504,35 @@ commons-pool 1.5.6 - - org.apache.zookeeper - zookeeper - 3.4.14 + io.airlift + airline + 0.7 - org.apache.curator - curator-recipes - ${curator.version} + io.prometheus + simpleclient + ${prometheus.client.version} - org.apache.curator - curator-test - ${curator.version} + io.prometheus + simpleclient_common + ${prometheus.client.version} - org.junit.jupiter - junit-jupiter-engine - ${junit.version} + junit + junit + 4.12 - org.junit.vintage - junit-vintage-engine - ${junit.version} + net.java.dev.jna + jna + ${jna.version} - junit - junit - 4.12 + net.spy + spymemcached + 2.10.1 org.antlr @@ -549,11 +544,31 @@ antlr4-runtime ${antlr4.version} + + org.apache.commons + commons-compress + 1.18 + + + org.apache.commons + commons-exec + 1.3 + org.apache.commons commons-lang3 3.1 + + org.apache.curator + curator-recipes + ${curator.version} + + + org.apache.curator + curator-test + ${curator.version} + org.apache.httpcomponents fluent-hc @@ -589,11 +604,6 @@ maven-model 3.5.0 - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${maven-plugin-tools.version} - org.apache.maven maven-plugin-api @@ -604,6 +614,11 @@ maven-project 2.2.1 + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${maven-plugin-tools.version} + org.apache.maven.plugins maven-jar-plugin @@ -620,6 +635,34 @@ ${surefire.version} pom + + org.apache.maven.wagon + wagon-ssh-external + 2.7 + + + org.apache.opennlp + opennlp-tools + 1.8.4 + + + org.apache.velocity + velocity + 1.7 + + + + org.apache.zookeeper + zookeeper + 3.4.14 + + + org.assertj + assertj-core + 3.11.1 + org.codehaus.jettison jettison @@ -631,6 +674,16 @@ 1.0 test + + org.eclipse.collections + eclipse-collections + 9.2.0 + + + org.eclipse.collections + eclipse-collections-api + 9.2.0 + org.hamcrest hamcrest-all @@ -649,17 +702,21 @@ 1.3 test - - uk.co.datumedge - hamcrest-json - 0.2 - test - org.hdrhistogram HdrHistogram 2.1.8 + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + org.mockito mockito-core @@ -667,76 +724,15 @@ test - com.google.jimfs - jimfs - 1.1 - test + org.ow2.asm + asm + ${asm.version} org.springframework spring-test 4.0.6.RELEASE - - org.twdata.maven - mojo-executor - 2.3.0 - - - net.spy - spymemcached - 2.10.1 - - - xerces - xercesImpl - 2.11.0 - - - com.ibm.icu - icu4j - 57.1 - - - com.yahoo.athenz - athenz-zms-java-client - ${athenz.version} - - - com.yahoo.athenz - athenz-zts-java-client - ${athenz.version} - - - com.yahoo.athenz - athenz-zpe-java-client - ${athenz.version} - - - com.github.tomakehurst - wiremock-standalone - 2.6.0 - - - org.apache.opennlp - opennlp-tools - 1.8.4 - - - com.optimaize.languagedetector - language-detector - 0.6 - - - net.java.dev.jna - jna - ${jna.version} - - - com.google.protobuf - protobuf-java - ${protobuf.version} - org.tensorflow proto @@ -748,14 +744,20 @@ ${tensorflow.version} - org.assertj - assertj-core - 3.11.1 + org.twdata.maven + mojo-executor + 2.3.0 - com.amazonaws - aws-java-sdk-core - ${aws.sdk.version} + uk.co.datumedge + hamcrest-json + 0.2 + test + + + xerces + xercesImpl + 2.11.0 -- cgit v1.2.3