From adf41ac9fdc2bddfd1e4faa277fadbd3644be53a Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Thu, 18 Jun 2015 12:58:27 -0400 Subject: [PATCH 1/2] Touch up dependencies as suggested by dependency:analyze --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index bf04475..8c0b704 100644 --- a/pom.xml +++ b/pom.xml @@ -45,11 +45,6 @@ commons-io 2.4 - - commons-logging - commons-logging - 1.2 - commons-vfs commons-vfs @@ -80,6 +75,11 @@ httpclient 4.3.5 + + org.apache.httpcomponents + httpcore + 4.3.2 + com.fasterxml.jackson.core jackson-databind From 0b9f6141127c5d7581ef40d2e089f5ca139b49c4 Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Thu, 18 Jun 2015 13:19:15 -0400 Subject: [PATCH 2/2] Build an executable, fat JAR --- .gitignore | 1 + pom.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 63c1f3a..44ee6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ dist/ out/ *.class target +dependency-reduced-pom.xml #Local stash for .jars lib-files/ diff --git a/pom.xml b/pom.xml index 8c0b704..0cc32d5 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,25 @@ 1.6 + + maven-shade-plugin + 2.4 + + + package + + shade + + + + + safbuilder.BatchProcess + + + + + +