From 29566b24ff1ae56b45aaf73c4716bdd038e077bb Mon Sep 17 00:00:00 2001 From: Daniel Lehmberg Date: Fri, 7 Jun 2019 10:52:40 +0200 Subject: [PATCH 1/2] add tablesaw and improve indentation of pom file --- pom.xml | 97 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index 7a4152815..e31d2d81a 100644 --- a/pom.xml +++ b/pom.xml @@ -133,21 +133,31 @@ 2.11.1 - org.apache.commons - commons-math3 - 3.6.1 - + org.apache.commons + commons-math3 + 3.6.1 + - net.sf.opencsv - opencsv - 2.0 - - - org.apache.commons - commons-math - 2.2 - + net.sf.opencsv + opencsv + 2.0 + + + org.apache.commons + commons-math + 2.2 + + + tech.tablesaw + tablesaw-core + 0.32.6 + + + tech.tablesaw + tablesaw-jsplot + 0.32.6 + org.openjdk.jmh @@ -161,11 +171,11 @@ 1.20 provided - - com.fasterxml.jackson.core - jackson-databind - 2.9.6 - + + com.fasterxml.jackson.core + jackson-databind + 2.9.6 + com.bazaarvoice.jolt @@ -178,18 +188,16 @@ json-utils 0.1.1 - - - com.googlecode.java-diff-utils - diffutils - 1.3.0 - - - junit - junit - 4.12 - + com.googlecode.java-diff-utils + diffutils + 1.3.0 + + + junit + junit + 4.12 + org.hamcrest hamcrest-all @@ -203,22 +211,21 @@ 2.24.5 test - - - commons-io - commons-io - 2.4 - - - com.intellij - annotations - 5.1 - - - org.apache.commons - commons-lang3 - 3.4 - + + commons-io + commons-io + 2.4 + + + com.intellij + annotations + 5.1 + + + org.apache.commons + commons-lang3 + 3.4 + -- GitLab From d82ebfa99a5a6578fb1c86d004ff219f2e739795 Mon Sep 17 00:00:00 2001 From: Daniel Lehmberg Date: Fri, 7 Jun 2019 11:04:04 +0200 Subject: [PATCH 2/2] remove tabs and use only whitespaces --- pom.xml | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index e31d2d81a..f2c230c22 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ - + ./VadereGui ./VadereSimulator ./VadereState @@ -133,21 +133,21 @@ 2.11.1 - org.apache.commons - commons-math3 - 3.6.1 - + org.apache.commons + commons-math3 + 3.6.1 + net.sf.opencsv - opencsv - 2.0 - - - org.apache.commons - commons-math - 2.2 - + opencsv + 2.0 + + + org.apache.commons + commons-math + 2.2 + tech.tablesaw tablesaw-core @@ -172,8 +172,8 @@ provided - com.fasterxml.jackson.core - jackson-databind + com.fasterxml.jackson.core + jackson-databind 2.9.6 @@ -189,15 +189,15 @@ 0.1.1 - com.googlecode.java-diff-utils - diffutils - 1.3.0 - - - junit - junit - 4.12 - + com.googlecode.java-diff-utils + diffutils + 1.3.0 + + + junit + junit + 4.12 + org.hamcrest hamcrest-all @@ -212,9 +212,9 @@ test - commons-io - commons-io - 2.4 + commons-io + commons-io + 2.4 com.intellij -- GitLab