Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Unusual issue: No Double/Float values stored in Accumulo

All:

  I think I have a very strange dependency issue and could use
some help finding where to look.

If I run my application from the shaded jar built none of the floating point
values in my data get into the database.

If I run the same application from eclipse, everything works fine.

So I assumed a geotools dependency issue and copied the exact
dependencies from the https://github.com/locationtech/geomesa/blob/master/pom.xml

Now I get:

xception in thread "main" java.lang.NoSuchMethodError: org.opengis.feature.type.AttributeType.getName()Lorg/opengis/feature/type/Name; at org.geotools.feature.simple.SimpleSchema.<init>(SimpleSchema.java:225) at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:196) at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:185) at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:186) at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:99) at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:83) at org.locationtech.geomesa.index.geotools.GeoMesaDataStore$$anonfun$1.apply(GeoMesaDataStore.scala:174) at org.locationtech.geomesa.index.geotools.GeoMesaDataStore$$anonfun$1.apply(GeoMesaDataStore.scala:174)
    at scala.Option.map(Option.scala:146)
at org.locationtech.geomesa.index.geotools.GeoMesaDataStore.getSchema(GeoMesaDataStore.scala:174) at org.locationtech.geomesa.accumulo.data.AccumuloDataStore.getSchema(AccumuloDataStore.scala:144) at com.incadencecorp.coalesce.framework.persistance.accumulo.AccumuloPersistor.createLinkageFeature(AccumuloPersistor.java:698) at com.incadencecorp.coalesce.framework.persistance.accumulo.AccumuloPersistor.<init>(AccumuloPersistor.java:208) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at java.lang.Class.newInstance(Class.java:442)
at com.incadencecorp.oe.common.utils.OECoalesceFramework.<init>(OECoalesceFramework.java:42) at com.incadencecorp.oe.ingest.gdelt.GDELT_EntityExtractor.<init>(GDELT_EntityExtractor.java:70) at com.incadencecorp.oe.ingest.gdelt.GDELT_Consumer.<init>(GDELT_Consumer.java:40) at com.incadencecorp.oe.ingest.gdelt.GDELT_Ingester.initializeConsumer(GDELT_Ingester.java:96) at com.incadencecorp.oe.ingest.gdelt.GDELT_Ingester.main(GDELT_Ingester.java:88)
I am going cross eyed with all these dependencies.

So I will accept help with either my original issue or where
I am now.

Also attached is my maven build output and maven dependency tree output.




--
========= mailto:dboyd@xxxxxxxxxxxxxxxxx ============
David W. Boyd
VP,  Data Solutions
10432 Balls Ford, Suite 240
Manassas, VA 20109
office:   +1-703-552-2862
cell:     +1-703-402-7908
============== http://www.incadencecorp.com/ ============
ISO/IEC JTC1 WG9, editor ISO/IEC 20547 Big Data Reference Architecture
Chair ANSI/INCITS TC Big Data
Co-chair NIST Big Data Public Working Group Reference Architecture
First Robotic Mentor - FRC, FTC - www.iliterobotics.org
Board Member- USSTEM Foundation - www.usstem.org

The information contained in this message may be privileged
and/or confidential and protected from disclosure.
If the reader of this message is not the intended recipient
or an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited.  If you have received this communication
in error, please notify the sender immediately by replying to
this message and deleting the material from any computer.

Davids-MacBook-Pro:oe-ingest BigDataDaddy$ mvn clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building oe-ingest 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oe-ingest ---
[INFO] Deleting /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target
[INFO] 
[INFO] --- cxf-codegen-plugin:3.1.0:wsdl2java (generate-sources) @ oe-ingest ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ oe-ingest ---
[INFO] Source directory: /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/generated-sources/cxf added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oe-ingest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oe-ingest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 52 source files to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/classes
[WARNING] /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/src/main/java/com/incadencecorp/oe/ingest/gdelt/GDELT_EntityExtractor.java: /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/src/main/java/com/incadencecorp/oe/ingest/gdelt/GDELT_EntityExtractor.java uses or overrides a deprecated API.
[WARNING] /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/src/main/java/com/incadencecorp/oe/ingest/gdelt/GDELT_EntityExtractor.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/src/main/java/com/incadencecorp/oe/ingest/Ingester.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/src/main/java/com/incadencecorp/oe/ingest/Ingester.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oe-ingest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1259 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oe-ingest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oe-ingest ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ oe-ingest ---
[INFO] Copying jcip-annotations-1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jcip-annotations-1.0.jar
[INFO] Copying geomesa-accumulo-datastore_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-accumulo-datastore_2.11-1.3.1.jar
[INFO] Copying org.osgi.compendium-4.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.osgi.compendium-4.1.0.jar
[INFO] Copying commons-el-1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-el-1.0.jar
[INFO] Copying jopt-simple-5.0.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jopt-simple-5.0.3.jar
[INFO] Copying bzip2-0.9.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/bzip2-0.9.1.jar
[INFO] Copying htrace-core-3.1.0-incubating.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/htrace-core-3.1.0-incubating.jar
[INFO] Copying jersey-json-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-json-1.9.jar
[INFO] Copying hadoop-client-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-client-2.2.0.jar
[INFO] Copying minlog-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/minlog-1.2.jar
[INFO] Copying isoparser-1.1.18.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/isoparser-1.1.18.jar
[INFO] Copying unity-common-0.0.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/unity-common-0.0.4.jar
[INFO] Copying scala-compiler-2.11.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-compiler-2.11.0.jar
[INFO] Copying gt-coverage-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-coverage-15.1.jar
[INFO] Copying javax.servlet-api-3.0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.servlet-api-3.0.1.jar
[INFO] Copying mysema-commons-lang-0.2.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/mysema-commons-lang-0.2.4.jar
[INFO] Copying commons-dbcp-1.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-dbcp-1.4.jar
[INFO] Copying org.apache.servicemix.bundles.restlet-1.1.10_3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.apache.servicemix.bundles.restlet-1.1.10_3.jar
[INFO] Copying grib-4.5.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grib-4.5.5.jar
[INFO] Copying jersey-core-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-core-1.9.jar
[INFO] Copying jt-vectorbinarize-1.4.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-vectorbinarize-1.4.0.jar
[INFO] Copying elasticsearch-1.7.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/elasticsearch-1.7.5.jar
[INFO] Copying imageio-ext-utilities-1.1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/imageio-ext-utilities-1.1.15.jar
[INFO] Copying jollyday-0.4.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jollyday-0.4.9.jar
[INFO] Copying jt-imagefunction-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-imagefunction-1.0.9.jar
[INFO] Copying c3p0-0.9.1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/c3p0-0.9.1.1.jar
[INFO] Copying jt-lookup-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-lookup-1.0.9.jar
[INFO] Copying commons-lang-2.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-lang-2.6.jar
[INFO] Copying cxf-rt-databinding-jaxb-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-databinding-jaxb-3.1.0.jar
[INFO] Copying coalesce-search-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-search-0.0.25-SNAPSHOT.jar
[INFO] Copying snakeyaml-1.12.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/snakeyaml-1.12.jar
[INFO] Copying httpcore-4.4.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/httpcore-4.4.1.jar
[INFO] Copying gt-render-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-render-15.1.jar
[INFO] Copying oe-entities-0.0.1-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/oe-entities-0.0.1-SNAPSHOT.jar
[INFO] Copying spatial4j-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/spatial4j-0.6.jar
[INFO] Copying common-2.6.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/common-2.6.0.jar
[INFO] Copying slf4j-api-1.7.21.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/slf4j-api-1.7.21.jar
[INFO] Copying jackson-jaxrs-base-2.8.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-jaxrs-base-2.8.4.jar
[INFO] Copying hadoop-mapreduce-client-core-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-mapreduce-client-core-2.2.0.jar
[INFO] Copying jline-2.11.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jline-2.11.jar
[INFO] Copying gt-xsd-core-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-core-13.1.jar
[INFO] Copying lucene-queryparser-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-queryparser-4.10.4.jar
[INFO] Copying servlet-api-2.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/servlet-api-2.5.jar
[INFO] Copying coalesce-classification-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-classification-0.0.25-SNAPSHOT.jar
[INFO] Copying gt-main-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-main-15.1.jar
[INFO] Copying lucene-memory-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-memory-4.10.4.jar
[INFO] Copying gt-referencing-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-referencing-15.1.jar
[INFO] Copying jt-rescale-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-rescale-1.0.9.jar
[INFO] Copying geomesa-logger_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-logger_2.11-1.3.1.jar
[INFO] Copying jackson-core-2.8.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-core-2.8.1.jar
[INFO] Copying libthrift-0.9.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/libthrift-0.9.1.jar
[INFO] Copying scalap-2.11.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scalap-2.11.0.jar
[INFO] Copying log4j-1.2.17.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/log4j-1.2.17.jar
[INFO] Copying scala-library-2.11.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-library-2.11.8.jar
[INFO] Copying curator-framework-2.7.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/curator-framework-2.7.1.jar
[INFO] Copying accumulo-authorizations-1.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/accumulo-authorizations-1.0.6.jar
[INFO] Copying jt-utilities-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-utilities-1.0.9.jar
[INFO] Copying jt-binarize-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-binarize-1.0.9.jar
[INFO] Copying netcdf4-4.5.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/netcdf4-4.5.5.jar
[INFO] Copying asm-5.0.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/asm-5.0.4.jar
[INFO] Copying geoapi-3.0.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geoapi-3.0.0.jar
[INFO] Copying kafka-clients-0.10.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/kafka-clients-0.10.2.0.jar
[INFO] Copying jackson-mapper-asl-1.9.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-mapper-asl-1.9.13.jar
[INFO] Copying hadoop-yarn-common-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-yarn-common-2.2.0.jar
[INFO] Copying cdm-4.5.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cdm-4.5.5.jar
[INFO] Copying httpmime-4.2.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/httpmime-4.2.6.jar
[INFO] Copying jj2000-5.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jj2000-5.2.jar
[INFO] Copying hadoop-mapreduce-client-shuffle-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar
[INFO] Copying AppleJavaExtensions-1.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/AppleJavaExtensions-1.4.jar
[INFO] Copying jt-warp-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-warp-1.0.9.jar
[INFO] Copying xsd-2.6.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xsd-2.6.0.jar
[INFO] Copying paranamer-2.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/paranamer-2.3.jar
[INFO] Copying httpservices-4.5.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/httpservices-4.5.5.jar
[INFO] Copying ironhide-client-1.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ironhide-client-1.0.6.jar
[INFO] Copying jt-zonal-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-zonal-1.0.9.jar
[INFO] Copying jt-colorconvert-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-colorconvert-1.0.9.jar
[INFO] Copying cxf-rt-rs-client-3.0.12.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-rs-client-3.0.12.jar
[INFO] Copying boilerpipe-1.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/boilerpipe-1.1.0.jar
[INFO] Copying derby-10.13.1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/derby-10.13.1.1.jar
[INFO] Copying jt-bandcombine-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-bandcombine-1.0.9.jar
[INFO] Copying geomesa-feature-avro_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-feature-avro_2.11-1.3.1.jar
[INFO] Copying commons-collections-3.2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-collections-3.2.1.jar
[INFO] Copying worldwind-2.0.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/worldwind-2.0.0.jar
[INFO] Copying jt-border-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-border-1.0.9.jar
[INFO] Copying coalesce-framework-persister-neo4j-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-framework-persister-neo4j-0.0.25-SNAPSHOT.jar
[INFO] Copying vorbis-java-tika-0.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/vorbis-java-tika-0.8.jar
[INFO] Copying poi-scratchpad-3.16.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/poi-scratchpad-3.16.jar
[INFO] Copying imgscalr-lib-4.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/imgscalr-lib-4.2.jar
[INFO] Copying commons-cli-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-cli-1.2.jar
[INFO] Copying jai_codec-1.1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jai_codec-1.1.3.jar
[INFO] Copying xmlbeans-2.6.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xmlbeans-2.6.0.jar
[INFO] Copying lucene-analyzers-common-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-analyzers-common-4.10.4.jar
[INFO] Copying api-ldap-client-all-1.0.0-M28.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/api-ldap-client-all-1.0.0-M28.jar
[INFO] Copying sis-referencing-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sis-referencing-0.6.jar
[INFO] Copying lucene-highlighter-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-highlighter-4.10.4.jar
[INFO] Copying spatial4j-0.4.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/spatial4j-0.4.1.jar
[INFO] Copying kryo-2.21.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/kryo-2.21.jar
[INFO] Copying jets3t-0.6.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jets3t-0.6.1.jar
[INFO] Copying hadoop-mapreduce-client-jobclient-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar
[INFO] Copying javassist-3.20.0-GA.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javassist-3.20.0-GA.jar
[INFO] Copying gt-opengis-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-opengis-15.1.jar
[INFO] Copying poi-ooxml-3.16.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/poi-ooxml-3.16.jar
[INFO] Copying jersey-client-2.25.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-client-2.25.1.jar
[INFO] Copying geomesa-feature-all_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-feature-all_2.11-1.3.1.jar
[INFO] Copying tika-core-1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/tika-core-1.15.jar
[INFO] Copying json-simple-1.1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json-simple-1.1.1.jar
[INFO] Copying jsoup-1.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsoup-1.7.2.jar
[INFO] Copying jt-utils-1.4.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-utils-1.4.0.jar
[INFO] Copying metadata-extractor-2.9.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/metadata-extractor-2.9.1.jar
[INFO] Copying guice-3.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/guice-3.0.jar
[INFO] Copying commons-io-2.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-io-2.4.jar
[INFO] Copying cxf-rt-transports-http-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-transports-http-3.1.0.jar
[INFO] Copying protobuf-java-3.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/protobuf-java-3.2.0.jar
[INFO] Copying rome-1.5.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/rome-1.5.1.jar
[INFO] Copying commons-logging-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-logging-1.2.jar
[INFO] Copying gt-transform-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-transform-15.1.jar
[INFO] Copying xz-1.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xz-1.6.jar
[INFO] Copying hadoop-auth-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-auth-2.2.0.jar
[INFO] Copying jt-scale-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-scale-1.0.9.jar
[INFO] Copying jt-translate-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-translate-1.0.9.jar
[INFO] Copying lucure-core-1.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucure-core-1.0.6.jar
[INFO] Copying sfcurve-api_2.11-0.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sfcurve-api_2.11-0.2.0.jar
[INFO] Copying slf4j-log4j12-1.8.0-alpha2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/slf4j-log4j12-1.8.0-alpha2.jar
[INFO] Copying annotations-12.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/annotations-12.0.jar
[INFO] Copying sentiment-analysis-parser-0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sentiment-analysis-parser-0.1.jar
[INFO] Copying jt-mosaic-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-mosaic-1.0.9.jar
[INFO] Copying jai_imageio-1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jai_imageio-1.1.jar
[INFO] Copying jsr305-1.3.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsr305-1.3.9.jar
[INFO] Copying mango-core-1.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/mango-core-1.2.0.jar
[INFO] Copying joda-time-2.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/joda-time-2.8.jar
[INFO] Copying jsonic-1.2.11.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsonic-1.2.11.jar
[INFO] Copying sis-metadata-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sis-metadata-0.6.jar
[INFO] Copying parboiled-core-1.1.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/parboiled-core-1.1.7.jar
[INFO] Copying commons-codec-1.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-codec-1.10.jar
[INFO] Copying xmpcore-5.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xmpcore-5.1.2.jar
[INFO] Copying gt-xsd-ows-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-ows-13.1.jar
[INFO] Copying poi-ooxml-schemas-3.16.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/poi-ooxml-schemas-3.16.jar
[INFO] Copying jackson-module-jaxb-annotations-2.8.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-module-jaxb-annotations-2.8.4.jar
[INFO] Copying apache-mime4j-core-0.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/apache-mime4j-core-0.7.2.jar
[INFO] Copying javax.inject-1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.inject-1.jar
[INFO] Copying tika-langdetect-1.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/tika-langdetect-1.13.jar
[INFO] Copying grizzly-http-servlet-2.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grizzly-http-servlet-2.1.2.jar
[INFO] Copying sfcurve-zorder_2.11-0.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sfcurve-zorder_2.11-0.2.0.jar
[INFO] Copying jt-rlookup-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-rlookup-1.0.9.jar
[INFO] Copying jt-errordiffusion-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-errordiffusion-1.0.9.jar
[INFO] Copying cxf-rt-frontend-jaxws-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-frontend-jaxws-3.1.0.jar
[INFO] Copying accessors-smart-1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/accessors-smart-1.1.jar
[INFO] Copying jsch-0.1.42.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsch-0.1.42.jar
[INFO] Copying imageio-ext-streams-1.1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/imageio-ext-streams-1.1.15.jar
[INFO] Copying stax-api-1.0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/stax-api-1.0.1.jar
[INFO] Copying cxf-rt-frontend-jaxrs-3.0.12.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-frontend-jaxrs-3.0.12.jar
[INFO] Copying gt-shapefile-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-shapefile-15.1.jar
[INFO] Copying xom-1.2.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xom-1.2.10.jar
[INFO] Copying scala-reflect-2.10.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-reflect-2.10.5.jar
[INFO] Copying derbyclient-10.13.1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/derbyclient-10.13.1.1.jar
[INFO] Copying neo4j-java-driver-1.3.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/neo4j-java-driver-1.3.0.jar
[INFO] Copying gt-xsd-fes-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-fes-13.1.jar
[INFO] Copying lucene-codecs-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-codecs-4.10.4.jar
[INFO] Copying stream-2.9.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/stream-2.9.2.jar
[INFO] Copying commons-pool-1.5.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-pool-1.5.4.jar
[INFO] Copying jetty-util-6.1.26.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jetty-util-6.1.26.jar
[INFO] Copying hk2-api-2.5.0-b32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hk2-api-2.5.0-b32.jar
[INFO] Copying oe-common-0.0.1-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/oe-common-0.0.1-SNAPSHOT.jar
[INFO] Copying geomesa-filter_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-filter_2.11-1.3.1.jar
[INFO] Copying woodstox-core-asl-4.4.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/woodstox-core-asl-4.4.1.jar
[INFO] Copying imageio-ext-geocore-1.1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/imageio-ext-geocore-1.1.15.jar
[INFO] Copying xmlenc-0.52.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xmlenc-0.52.jar
[INFO] Copying sis-netcdf-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sis-netcdf-0.6.jar
[INFO] Copying commons-pool2-2.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-pool2-2.2.jar
[INFO] Copying gt-api-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-api-15.1.jar
[INFO] Copying jai_core-1.1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jai_core-1.1.3.jar
[INFO] Copying picocontainer-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/picocontainer-1.2.jar
[INFO] Copying bcmail-jdk15on-1.54.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/bcmail-jdk15on-1.54.jar
[INFO] Copying commons-math-2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-math-2.1.jar
[INFO] Copying hadoop-annotations-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-annotations-2.2.0.jar
[INFO] Copying zookeeper-3.4.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/zookeeper-3.4.9.jar
[INFO] Copying xercesImpl-2.8.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xercesImpl-2.8.0.jar
[INFO] Copying jcl-over-slf4j-1.7.24.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jcl-over-slf4j-1.7.24.jar
[INFO] Copying org.apache.felix.eventadmin-1.4.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.apache.felix.eventadmin-1.4.8.jar
[INFO] Copying junit-4.11.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/junit-4.11.jar
[INFO] Copying org.osgi.core-4.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.osgi.core-4.1.0.jar
[INFO] Copying scala-parser-combinators_2.11-1.0.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-parser-combinators_2.11-1.0.4.jar
[INFO] Copying javax.inject-2.5.0-b32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.inject-2.5.0-b32.jar
[INFO] Copying commons-lang3-3.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-lang3-3.3.1.jar
[INFO] Copying jt-crop-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-crop-1.0.9.jar
[INFO] Copying json4s-ast_2.11-3.2.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json4s-ast_2.11-3.2.10.jar
[INFO] Copying xmlschema-core-2.2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xmlschema-core-2.2.1.jar
[INFO] Copying cxf-rt-ws-addr-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-ws-addr-3.1.0.jar
[INFO] Copying json4s-native_2.11-3.2.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json4s-native_2.11-3.2.10.jar
[INFO] Copying stax2-api-3.1.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/stax2-api-3.1.4.jar
[INFO] Copying jt-orderdither-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-orderdither-1.0.9.jar
[INFO] Copying gt-xsd-gml2-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-gml2-13.1.jar
[INFO] Copying jmatio-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jmatio-1.2.jar
[INFO] Copying jackcess-2.1.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackcess-2.1.4.jar
[INFO] Copying lucene-grouping-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-grouping-4.10.4.jar
[INFO] Copying jna-4.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jna-4.1.0.jar
[INFO] Copying cxf-rt-frontend-simple-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-frontend-simple-3.1.0.jar
[INFO] Copying jersey-grizzly2-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-grizzly2-1.9.jar
[INFO] Copying avro-1.7.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/avro-1.7.4.jar
[INFO] Copying jdom-1.1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jdom-1.1.3.jar
[INFO] Copying gt-grid-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-grid-15.1.jar
[INFO] Copying jaxb-api-2.2.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jaxb-api-2.2.7.jar
[INFO] Copying grizzly-http-2.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grizzly-http-2.1.2.jar
[INFO] Copying jaxb-core-2.2.11.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jaxb-core-2.2.11.jar
[INFO] Copying jasper-compiler-5.5.23.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jasper-compiler-5.5.23.jar
[INFO] Copying juniversalchardet-1.0.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/juniversalchardet-1.0.3.jar
[INFO] Copying jt-vectorbin-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-vectorbin-1.0.9.jar
[INFO] Copying accumulo-start-1.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/accumulo-start-1.7.2.jar
[INFO] Copying language-detector-0.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/language-detector-0.5.jar
[INFO] Copying javax.json-1.0.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.json-1.0.4.jar
[INFO] Copying jt-bandselect-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-bandselect-1.0.9.jar
[INFO] Copying grizzly-rcm-2.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grizzly-rcm-2.1.2.jar
[INFO] Copying cxf-core-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-core-3.1.0.jar
[INFO] Copying cxf-rt-wsdl-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-wsdl-3.1.0.jar
[INFO] Copying hadoop-common-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-common-2.2.0.jar
[INFO] Copying geomesa-z3_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-z3_2.11-1.3.1.jar
[INFO] Copying quartz-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/quartz-2.2.0.jar
[INFO] Copying ehcache-1.6.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ehcache-1.6.2.jar
[INFO] Copying fontbox-2.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/fontbox-2.0.6.jar
[INFO] Copying gmbal-api-only-3.0.0-b023.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gmbal-api-only-3.0.0-b023.jar
[INFO] Copying jersey-test-framework-core-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-test-framework-core-1.9.jar
[INFO] Copying geomesa-feature-kryo_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-feature-kryo_2.11-1.3.1.jar
[INFO] Copying jt-algebra-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-algebra-1.0.9.jar
[INFO] Copying hadoop-yarn-client-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-yarn-client-2.2.0.jar
[INFO] Copying apache-mime4j-dom-0.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/apache-mime4j-dom-0.7.2.jar
[INFO] Copying management-api-3.0.0-b012.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/management-api-3.0.0-b012.jar
[INFO] Copying commons-net-3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-net-3.1.jar
[INFO] Copying grizzly-http-server-2.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grizzly-http-server-2.1.2.jar
[INFO] Copying hk2-locator-2.5.0-b32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hk2-locator-2.5.0-b32.jar
[INFO] Copying ejml-0.23.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ejml-0.23.jar
[INFO] Copying jt-nullop-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-nullop-1.0.9.jar
[INFO] Copying jackson-jaxrs-1.8.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-jaxrs-1.8.3.jar
[INFO] Copying gt-jdbc-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-jdbc-15.1.jar
[INFO] Copying metrics-core-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/metrics-core-2.2.0.jar
[INFO] Copying coalesce-core-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-core-0.0.25-SNAPSHOT.jar
[INFO] Copying commons-exec-1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-exec-1.3.jar
[INFO] Copying geomesa-index-api_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-index-api_2.11-1.3.1.jar
[INFO] Copying jettison-1.3.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jettison-1.3.7.jar
[INFO] Copying vorbis-java-core-0.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/vorbis-java-core-0.8.jar
[INFO] Copying osgi-resource-locator-1.0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/osgi-resource-locator-1.0.1.jar
[INFO] Copying jersey-entity-filtering-2.25.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-entity-filtering-2.25.1.jar
[INFO] Copying coalesce-framework-persister-accumulo-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-framework-persister-accumulo-0.0.25-SNAPSHOT.jar
[INFO] Copying persister-derby-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/persister-derby-0.0.25-SNAPSHOT.jar
[INFO] Copying jetty-6.1.26.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jetty-6.1.26.jar
[INFO] Copying grizzly-framework-2.1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/grizzly-framework-2.1.2.jar
[INFO] Copying hadoop-mapreduce-client-common-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-mapreduce-client-common-2.2.0.jar
[INFO] Copying json4s-core_2.11-3.2.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json4s-core_2.11-3.2.10.jar
[INFO] Copying lucene-suggest-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-suggest-4.10.4.jar
[INFO] Copying geomesa-security_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-security_2.11-1.3.1.jar
[INFO] Copying stanford-corenlp-3.8.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/stanford-corenlp-3.8.0.jar
[INFO] Copying gt-geotiff-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-geotiff-15.1.jar
[INFO] Copying tika-parsers-1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/tika-parsers-1.15.jar
[INFO] Copying commons-vfs2-2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-vfs2-2.1.jar
[INFO] Copying jaxen-1.1.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jaxen-1.1.6.jar
[INFO] Copying jackson-annotations-2.8.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-annotations-2.8.4.jar
[INFO] Copying jersey-guava-2.25.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-guava-2.25.1.jar
[INFO] Copying jsslutils-1.0.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsslutils-1.0.7.jar
[INFO] Copying jersey-test-framework-grizzly2-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-test-framework-grizzly2-1.9.jar
[INFO] Copying ironhide-transport-1.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ironhide-transport-1.0.6.jar
[INFO] Copying curator-recipes-2.7.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/curator-recipes-2.7.1.jar
[INFO] Copying gt-data-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-data-15.1.jar
[INFO] Copying lucene-misc-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-misc-4.10.4.jar
[INFO] Copying jt-format-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-format-1.0.9.jar
[INFO] Copying bcprov-jdk15on-1.54.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/bcprov-jdk15on-1.54.jar
[INFO] Copying rome-utils-1.5.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/rome-utils-1.5.1.jar
[INFO] Copying hadoop-mapreduce-client-app-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-mapreduce-client-app-2.2.0.jar
[INFO] Copying pdfbox-tools-2.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/pdfbox-tools-2.0.6.jar
[INFO] Copying jersey-media-json-jackson-2.25.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-media-json-jackson-2.25.1.jar
[INFO] Copying cxf-rt-ws-policy-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-ws-policy-3.1.0.jar
[INFO] Copying hadoop-yarn-server-common-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-yarn-server-common-2.2.0.jar
[INFO] Copying hsqldb-2.3.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hsqldb-2.3.0.jar
[INFO] Copying hadoop-yarn-api-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-yarn-api-2.2.0.jar
[INFO] Copying json-20140107.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json-20140107.jar
[INFO] Copying httpclient-4.4.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/httpclient-4.4.1.jar
[INFO] Copying javax.ws.rs-api-2.0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.ws.rs-api-2.0.1.jar
[INFO] Copying jsp-api-2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsp-api-2.1.jar
[INFO] Copying jersey-server-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-server-1.9.jar
[INFO] Copying commons-jxpath-1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-jxpath-1.3.jar
[INFO] Copying jcommander-1.32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jcommander-1.32.jar
[INFO] Copying ironhide-core-1.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ironhide-core-1.0.6.jar
[INFO] Copying jt-piecewise-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-piecewise-1.0.9.jar
[INFO] Copying GeographicLib-Java-1.44.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/GeographicLib-Java-1.44.jar
[INFO] Copying gson-2.2.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gson-2.2.4.jar
[INFO] Copying hk2-utils-2.5.0-b32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hk2-utils-2.5.0-b32.jar
[INFO] Copying jersey-common-2.25.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-common-2.25.1.jar
[INFO] Copying commons-configuration-1.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-configuration-1.6.jar
[INFO] Copying commons-digester-1.8.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-digester-1.8.jar
[INFO] Copying curator-client-2.7.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/curator-client-2.7.1.jar
[INFO] Copying ecore-2.6.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ecore-2.6.1.jar
[INFO] Copying tagsoup-1.2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/tagsoup-1.2.1.jar
[INFO] Copying net.opengis.fes-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/net.opengis.fes-13.1.jar
[INFO] Copying scala-logging_2.11-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-logging_2.11-3.1.0.jar
[INFO] Copying cxf-rt-bindings-xml-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-bindings-xml-3.1.0.jar
[INFO] Copying postgresql-8.4-701.jdbc3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/postgresql-8.4-701.jdbc3.jar
[INFO] Copying lucene-join-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-join-4.10.4.jar
[INFO] Copying zkclient-0.10.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/zkclient-0.10.jar
[INFO] Copying json-smart-2.2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json-smart-2.2.1.jar
[INFO] Copying jt-buffer-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-buffer-1.0.9.jar
[INFO] Copying commons-compress-1.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-compress-1.13.jar
[INFO] Copying xml-resolver-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xml-resolver-1.2.jar
[INFO] Copying gt-metadata-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-metadata-15.1.jar
[INFO] Copying javax.servlet-3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.servlet-3.1.jar
[INFO] Copying commons-httpclient-3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-httpclient-3.1.jar
[INFO] Copying lucene-sandbox-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-sandbox-4.10.4.jar
[INFO] Copying org.apache.felix.log-1.0.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.apache.felix.log-1.0.1.jar
[INFO] Copying aopalliance-1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/aopalliance-1.0.jar
[INFO] Copying bcpkix-jdk15on-1.54.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/bcpkix-jdk15on-1.54.jar
[INFO] Copying jul-to-slf4j-1.7.24.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jul-to-slf4j-1.7.24.jar
[INFO] Copying xml-apis-1.4.01.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xml-apis-1.4.01.jar
[INFO] Copying caffeine-2.3.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/caffeine-2.3.3.jar
[INFO] Copying cxf-rt-bindings-soap-3.1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/cxf-rt-bindings-soap-3.1.0.jar
[INFO] Copying postgresql-9.3-1102-jdbc41.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/postgresql-9.3-1102-jdbc41.jar
[INFO] Copying gt-image-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-image-15.1.jar
[INFO] Copying accumulo-core-1.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/accumulo-core-1.7.2.jar
[INFO] Copying gt-imagemosaic-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-imagemosaic-15.1.jar
[INFO] Copying json-path-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/json-path-2.2.0.jar
[INFO] Copying coalesce-framework-persister-postgresql-0.0.25-SNAPSHOT.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/coalesce-framework-persister-postgresql-0.0.25-SNAPSHOT.jar
[INFO] Copying jempbox-1.8.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jempbox-1.8.13.jar
[INFO] Copying opennlp-tools-1.6.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/opennlp-tools-1.6.0.jar
[INFO] Copying jackson-core-asl-1.9.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-core-asl-1.9.13.jar
[INFO] Copying gt-graph-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-graph-13.1.jar
[INFO] Copying lz4-1.3.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lz4-1.3.0.jar
[INFO] Copying org.w3.xlink-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/org.w3.xlink-13.1.jar
[INFO] Copying jersey-guice-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-guice-1.9.jar
[INFO] Copying lucene-core-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-core-4.10.4.jar
[INFO] Copying imageio-ext-tiff-1.1.15.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/imageio-ext-tiff-1.1.15.jar
[INFO] Copying jersey-client-1.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jersey-client-1.9.jar
[INFO] Copying scala-xml_2.11-1.0.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/scala-xml_2.11-1.0.5.jar
[INFO] Copying gt-jdbc-postgis-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-jdbc-postgis-13.1.jar
[INFO] Copying jt-colorindexer-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-colorindexer-1.0.9.jar
[INFO] Copying jackcess-encrypt-2.1.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackcess-encrypt-2.1.1.jar
[INFO] Copying geomesa-feature-nio_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-feature-nio_2.11-1.3.1.jar
[INFO] Copying pdfbox-2.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/pdfbox-2.0.6.jar
[INFO] Copying gt-process-feature-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-process-feature-15.1.jar
[INFO] Copying commons-collections4-4.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-collections4-4.1.jar
[INFO] Copying asm-3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/asm-3.1.jar
[INFO] Copying wsdl4j-1.6.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/wsdl4j-1.6.3.jar
[INFO] Copying commons-csv-1.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-csv-1.0.jar
[INFO] Copying lucene-spatial-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-spatial-4.10.4.jar
[INFO] Copying config-1.2.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/config-1.2.1.jar
[INFO] Copying neethi-3.0.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/neethi-3.0.3.jar
[INFO] Copying commons-beanutils-core-1.8.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-beanutils-core-1.8.0.jar
[INFO] Copying jdom2-2.0.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jdom2-2.0.5.jar
[INFO] Copying jackson-databind-2.8.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-databind-2.8.4.jar
[INFO] Copying gt-xsd-filter-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-filter-13.1.jar
[INFO] Copying java-libpst-0.8.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/java-libpst-0.8.1.jar
[INFO] Copying geomesa-utils_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-utils_2.11-1.3.1.jar
[INFO] Copying guava-11.0.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/guava-11.0.2.jar
[INFO] Copying gt-epsg-hsql-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-epsg-hsql-15.1.jar
[INFO] Copying joda-convert-1.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/joda-convert-1.6.jar
[INFO] Copying parboiled-scala_2.11-1.1.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/parboiled-scala_2.11-1.1.7.jar
[INFO] Copying ehcache-core-2.6.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/ehcache-core-2.6.2.jar
[INFO] Copying jts-1.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jts-1.13.jar
[INFO] Copying sis-utility-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sis-utility-0.6.jar
[INFO] Copying jsr-275-0.9.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsr-275-0.9.3.jar
[INFO] Copying commons-daemon-1.0.13.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-daemon-1.0.13.jar
[INFO] Copying xalan-2.7.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/xalan-2.7.0.jar
[INFO] Copying jackson-xc-1.8.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-xc-1.8.3.jar
[INFO] Copying neo4j-jdbc-3.0.2-INC.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/neo4j-jdbc-3.0.2-INC.jar
[INFO] Copying poi-3.16.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/poi-3.16.jar
[INFO] Copying jt-affine-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-affine-1.0.9.jar
[INFO] Copying objenesis-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/objenesis-1.2.jar
[INFO] Copying curvesapi-1.04.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/curvesapi-1.04.jar
[INFO] Copying kafka_2.11-0.10.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/kafka_2.11-0.10.2.0.jar
[INFO] Copying jhighlight-1.0.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jhighlight-1.0.2.jar
[INFO] Copying hamcrest-core-1.3.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hamcrest-core-1.3.jar
[INFO] Copying hadoop-hdfs-2.2.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/hadoop-hdfs-2.2.0.jar
[INFO] Copying jt-bandmerge-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-bandmerge-1.0.9.jar
[INFO] Copying udunits-4.5.5.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/udunits-4.5.5.jar
[INFO] Copying neo4j-jdbc-driver-3.0.2-INC.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/neo4j-jdbc-driver-3.0.2-INC.jar
[INFO] Copying jsr-275-1.0-beta-2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jsr-275-1.0-beta-2.jar
[INFO] Copying jt-zonalstats-1.4.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-zonalstats-1.4.0.jar
[INFO] Copying accumulo-fate-1.7.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/accumulo-fate-1.7.2.jar
[INFO] Copying jt-classifier-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-classifier-1.0.9.jar
[INFO] Copying geomesa-feature-common_2.11-1.3.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/geomesa-feature-common_2.11-1.3.1.jar
[INFO] Copying jasper-runtime-5.5.23.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jasper-runtime-5.5.23.jar
[INFO] Copying gt-cql-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-cql-15.1.jar
[INFO] Copying jt-stats-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-stats-1.0.9.jar
[INFO] Copying sis-storage-0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/sis-storage-0.6.jar
[INFO] Copying commons-beanutils-1.7.0.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/commons-beanutils-1.7.0.jar
[INFO] Copying gt-process-15.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-process-15.1.jar
[INFO] Copying jt-iterators-1.0.9.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jt-iterators-1.0.9.jar
[INFO] Copying junrar-0.7.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/junrar-0.7.jar
[INFO] Copying pdfbox-debugger-2.0.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/pdfbox-debugger-2.0.6.jar
[INFO] Copying aopalliance-repackaged-2.5.0-b32.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/aopalliance-repackaged-2.5.0-b32.jar
[INFO] Copying javax.annotation-api-1.2.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/javax.annotation-api-1.2.jar
[INFO] Copying snappy-java-1.1.2.6.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/snappy-java-1.1.2.6.jar
[INFO] Copying reflectasm-1.07-shaded.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/reflectasm-1.07-shaded.jar
[INFO] Copying gt-xsd-gml3-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/gt-xsd-gml3-13.1.jar
[INFO] Copying jackson-jaxrs-json-provider-2.8.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/jackson-jaxrs-json-provider-2.8.4.jar
[INFO] Copying net.opengis.ows-13.1.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/net.opengis.ows-13.1.jar
[INFO] Copying lucene-queries-4.10.4.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/lucene-queries-4.10.4.jar
[INFO] Copying core-0.26.jar to /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/lib/core-0.26.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oe-ingest ---
[INFO] Building jar: /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/oe-ingest-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.0.0:shade (default) @ oe-ingest ---
[INFO] Including org.neo4j.driver:neo4j-java-driver:jar:1.3.0 in the shaded jar.
[INFO] Including org.apache.kafka:kafka_2.11:jar:0.10.2.0 in the shaded jar.
[INFO] Including org.apache.kafka:kafka-clients:jar:0.10.2.0 in the shaded jar.
[INFO] Including net.jpountz.lz4:lz4:jar:1.3.0 in the shaded jar.
[INFO] Including org.xerial.snappy:snappy-java:jar:1.1.2.6 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.3 in the shaded jar.
[INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.11.8 in the shaded jar.
[INFO] Including com.101tec:zkclient:jar:0.10 in the shaded jar.
[INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.9 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4 in the shaded jar.
[INFO] Including com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT in the shaded jar.
[INFO] Including org.codehaus.jettison:jettison:jar:1.3.7 in the shaded jar.
[INFO] Including stax:stax-api:jar:1.0.1 in the shaded jar.
[INFO] Including jaxen:jaxen:jar:1.1.6 in the shaded jar.
[INFO] Including com.vividsolutions:jts:jar:1.13 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] Including org.imgscalr:imgscalr-lib:jar:4.2 in the shaded jar.
[INFO] Including org.jdom:jdom2:jar:2.0.5 in the shaded jar.
[INFO] Including com.incadencecorp.unity:unity-common:jar:0.0.4 in the shaded jar.
[INFO] Including com.incadencecorp.coalesce:coalesce-classification:jar:0.0.25-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.felix:org.apache.felix.eventadmin:jar:1.4.8 in the shaded jar.
[INFO] Including com.incadencecorp.coalesce:coalesce-framework-persister-accumulo:jar:0.0.25-SNAPSHOT in the shaded jar.
[INFO] Including com.incadencecorp.coalesce:coalesce-search:jar:0.0.25-SNAPSHOT in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-fes:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.ogc:net.opengis.fes:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.ogc:org.w3.xlink:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.ogc:net.opengis.ows:jar:13.1 in the shaded jar.
[INFO] Including org.eclipse.emf:common:jar:2.6.0 in the shaded jar.
[INFO] Including org.eclipse.emf:ecore:jar:2.6.1 in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-core:jar:13.1 in the shaded jar.
[INFO] Including org.geotools:gt-graph:jar:13.1 in the shaded jar.
[INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar.
[INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar.
[INFO] Including org.eclipse.xsd:xsd:jar:2.6.0 in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-ows:jar:13.1 in the shaded jar.
[INFO] Including org.geotools.xsd:gt-xsd-filter:jar:13.1 in the shaded jar.
[INFO] Including org.apache.accumulo:accumulo-core:jar:1.7.2 in the shaded jar.
[INFO] Including com.beust:jcommander:jar:1.32 in the shaded jar.
[INFO] Including jline:jline:jar:2.11 in the shaded jar.
[INFO] Including org.apache.accumulo:accumulo-fate:jar:1.7.2 in the shaded jar.
[INFO] Including org.apache.accumulo:accumulo-start:jar:1.7.2 in the shaded jar.
[INFO] Including org.apache.commons:commons-vfs2:jar:2.1 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-client:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.2.0 in the shaded jar.
[INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] Including com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9 in the shaded jar.
[INFO] Including com.sun.jersey.jersey-test-framework:jersey-test-framework-core:jar:1.9 in the shaded jar.
[INFO] Including javax.servlet:javax.servlet-api:jar:3.0.1 in the shaded jar.
[INFO] Including com.sun.jersey:jersey-client:jar:1.9 in the shaded jar.
[INFO] Including com.sun.jersey:jersey-grizzly2:jar:1.9 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http:jar:2.1.2 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-framework:jar:2.1.2 in the shaded jar.
[INFO] Including org.glassfish.gmbal:gmbal-api-only:jar:3.0.0-b023 in the shaded jar.
[INFO] Including org.glassfish.external:management-api:jar:3.0.0-b012 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:2.1.2 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-rcm:jar:2.1.2 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-servlet:jar:2.1.2 in the shaded jar.
[INFO] Including org.glassfish:javax.servlet:jar:3.1 in the shaded jar.
[INFO] Including com.sun.jersey.contribs:jersey-guice:jar:1.9 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar.
[INFO] Including org.apache.thrift:libthrift:jar:0.9.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-index-api_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.json4s:json4s-native_2.11:jar:3.2.10 in the shaded jar.
[INFO] Including org.json4s:json4s-core_2.11:jar:3.2.10 in the shaded jar.
[INFO] Including org.json4s:json4s-ast_2.11:jar:3.2.10 in the shaded jar.
[INFO] Including org.scala-lang:scalap:jar:2.11.0 in the shaded jar.
[INFO] Including org.scala-lang:scala-compiler:jar:2.11.0 in the shaded jar.
[INFO] Including com.jayway.jsonpath:json-path:jar:2.2.0 in the shaded jar.
[INFO] Including net.minidev:json-smart:jar:2.2.1 in the shaded jar.
[INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar.
[INFO] Including org.geotools:gt-process-feature:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-process:jar:15.1 in the shaded jar.
[INFO] Including org.calrissian.mango:mango-core:jar:1.2.0 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-filter_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-security_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-feature-nio_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-z3_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.sfcurve:sfcurve-zorder_2.11:jar:0.2.0 in the shaded jar.
[INFO] Including org.locationtech.sfcurve:sfcurve-api_2.11:jar:0.2.0 in the shaded jar.
[INFO] Including org.geotools:gt-render:jar:15.1 in the shaded jar.
[INFO] Including org.joda:joda-convert:jar:1.6 in the shaded jar.
[INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar.
[INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar.
[INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.3.3 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including org.locationtech.geomesa:geomesa-logger_2.11:jar:1.3.1 in the shaded jar.
[INFO] Including com.typesafe.scala-logging:scala-logging_2.11:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.commons:commons-pool2:jar:2.2 in the shaded jar.
[INFO] Including org.geotools:gt-grid:jar:15.1 in the shaded jar.
[INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.6 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] Including com.esotericsoftware.kryo:kryo:jar:2.21 in the shaded jar.
[INFO] Including com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07 in the shaded jar.
[INFO] Including com.esotericsoftware.minlog:minlog:jar:1.2 in the shaded jar.
[INFO] Including org.objenesis:objenesis:jar:1.2 in the shaded jar.
[INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar.
[INFO] Including org.parboiled:parboiled-scala_2.11:jar:1.1.7 in the shaded jar.
[INFO] Including org.parboiled:parboiled-core:jar:1.1.7 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-xml_2.11:jar:1.0.5 in the shaded jar.
[INFO] Including com.incadencecorp.coalesce:coalesce-framework-persister-neo4j:jar:0.0.25-SNAPSHOT in the shaded jar.
[INFO] Including org.neo4j:neo4j-jdbc:jar:3.0.2-INC in the shaded jar.
[INFO] Including org.neo4j:neo4j-jdbc-driver:jar:3.0.2-INC in the shaded jar.
[INFO] Including org.apache.felix:org.apache.felix.log:jar:1.0.1 in the shaded jar.
[INFO] Including org.osgi:org.osgi.compendium:jar:4.1.0 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.10.5 in the shaded jar.
[INFO] Including org.apache.servicemix.bundles:org.apache.servicemix.bundles.restlet:jar:1.1.10_3 in the shaded jar.
[INFO] Including org.jsslutils:jsslutils:jar:1.0.7 in the shaded jar.
[INFO] Including com.mysema.commons:mysema-commons-lang:jar:0.2.4 in the shaded jar.
[INFO] Including xml-apis:xml-apis:jar:1.4.01 in the shaded jar.
[INFO] Including org.osgi:org.osgi.core:jar:4.1.0 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.8 in the shaded jar.
[INFO] Including com.incadencecorp.oe.common:oe-common:jar:0.0.1-SNAPSHOT in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] Including gov.nasa:worldwind:jar:2.0.0 in the shaded jar.
[INFO] Including com.incadencecorp.oe.entities:oe-entities:jar:0.0.1-SNAPSHOT in the shaded jar.
[INFO] Including org.elasticsearch:elasticsearch:jar:1.7.5 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-core:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-analyzers-common:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-queries:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-memory:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-highlighter:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-queryparser:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-sandbox:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-suggest:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-misc:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-join:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-grouping:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-spatial:jar:4.10.4 in the shaded jar.
[INFO] Including com.spatial4j:spatial4j:jar:0.4.1 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.12 in the shaded jar.
[INFO] Including ironhide:ironhide-client:jar:1.0.6 in the shaded jar.
[INFO] Including ironhide:ironhide-core:jar:1.0.6 in the shaded jar.
[INFO] Including ironhide:ironhide-transport:jar:1.0.6 in the shaded jar.
[INFO] Including ironhide:accumulo-authorizations:jar:1.0.6 in the shaded jar.
[INFO] Including ironhide:lucure-core:jar:1.0.6 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-codecs:jar:4.10.4 in the shaded jar.
[INFO] Including org.apache.directory.api:api-ldap-client-all:jar:1.0.0-M28 in the shaded jar.
[INFO] Including org.apache.tika:tika-core:jar:1.15 in the shaded jar.
[INFO] Including org.apache.tika:tika-parsers:jar:1.15 in the shaded jar.
[INFO] Including org.gagravarr:vorbis-java-tika:jar:0.8 in the shaded jar.
[INFO] Including com.healthmarketscience.jackcess:jackcess:jar:2.1.4 in the shaded jar.
[INFO] Including com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.1 in the shaded jar.
[INFO] Including org.tallison:jmatio:jar:1.2 in the shaded jar.
[INFO] Including org.apache.james:apache-mime4j-core:jar:0.7.2 in the shaded jar.
[INFO] Including org.apache.james:apache-mime4j-dom:jar:0.7.2 in the shaded jar.
[INFO] Including org.apache.commons:commons-compress:jar:1.13 in the shaded jar.
[INFO] Including org.tukaani:xz:jar:1.6 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] Including org.apache.pdfbox:pdfbox:jar:2.0.6 in the shaded jar.
[INFO] Including org.apache.pdfbox:fontbox:jar:2.0.6 in the shaded jar.
[INFO] Including org.apache.pdfbox:pdfbox-tools:jar:2.0.6 in the shaded jar.
[INFO] Including org.apache.pdfbox:pdfbox-debugger:jar:2.0.6 in the shaded jar.
[INFO] Including org.apache.pdfbox:jempbox:jar:1.8.13 in the shaded jar.
[INFO] Including org.bouncycastle:bcmail-jdk15on:jar:1.54 in the shaded jar.
[INFO] Including org.bouncycastle:bcpkix-jdk15on:jar:1.54 in the shaded jar.
[INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.54 in the shaded jar.
[INFO] Including org.apache.poi:poi:jar:3.16 in the shaded jar.
[INFO] Including org.apache.commons:commons-collections4:jar:4.1 in the shaded jar.
[INFO] Including org.apache.poi:poi-scratchpad:jar:3.16 in the shaded jar.
[INFO] Including org.apache.poi:poi-ooxml:jar:3.16 in the shaded jar.
[INFO] Including org.apache.poi:poi-ooxml-schemas:jar:3.16 in the shaded jar.
[INFO] Including org.apache.xmlbeans:xmlbeans:jar:2.6.0 in the shaded jar.
[INFO] Including com.github.virtuald:curvesapi:jar:1.04 in the shaded jar.
[INFO] Including org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:5.0.4 in the shaded jar.
[INFO] Including com.googlecode.mp4parser:isoparser:jar:1.1.18 in the shaded jar.
[INFO] Including de.l3s.boilerpipe:boilerpipe:jar:1.1.0 in the shaded jar.
[INFO] Including com.rometools:rome:jar:1.5.1 in the shaded jar.
[INFO] Including com.rometools:rome-utils:jar:1.5.1 in the shaded jar.
[INFO] Including org.gagravarr:vorbis-java-core:jar:0.8 in the shaded jar.
[INFO] Including com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 in the shaded jar.
[INFO] Including org.codelibs:jhighlight:jar:1.0.2 in the shaded jar.
[INFO] Including com.pff:java-libpst:jar:0.8.1 in the shaded jar.
[INFO] Including com.github.junrar:junrar:jar:0.7 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-rs-client:jar:3.0.12 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.12 in the shaded jar.
[INFO] Including org.apache.commons:commons-exec:jar:1.3 in the shaded jar.
[INFO] Including org.apache.opennlp:opennlp-tools:jar:1.6.0 in the shaded jar.
[INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
[INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.24 in the shaded jar.
[INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.24 in the shaded jar.
[INFO] Including edu.ucar:netcdf4:jar:4.5.5 in the shaded jar.
[INFO] Including net.jcip:jcip-annotations:jar:1.0 in the shaded jar.
[INFO] Including net.java.dev.jna:jna:jar:4.1.0 in the shaded jar.
[INFO] Including edu.ucar:grib:jar:4.5.5 in the shaded jar.
[INFO] Including org.jsoup:jsoup:jar:1.7.2 in the shaded jar.
[INFO] Including edu.ucar:jj2000:jar:5.2 in the shaded jar.
[INFO] Including org.itadaki:bzip2:jar:0.9.1 in the shaded jar.
[INFO] Including edu.ucar:cdm:jar:4.5.5 in the shaded jar.
[INFO] Including edu.ucar:udunits:jar:4.5.5 in the shaded jar.
[INFO] Including org.quartz-scheduler:quartz:jar:2.2.0 in the shaded jar.
[INFO] Including c3p0:c3p0:jar:0.9.1.1 in the shaded jar.
[INFO] Including net.sf.ehcache:ehcache-core:jar:2.6.2 in the shaded jar.
[INFO] Including edu.ucar:httpservices:jar:4.5.5 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpmime:jar:4.2.6 in the shaded jar.
[INFO] Including org.apache.commons:commons-csv:jar:1.0 in the shaded jar.
[INFO] Including org.apache.sis.core:sis-utility:jar:0.6 in the shaded jar.
[INFO] Including org.apache.sis.storage:sis-netcdf:jar:0.6 in the shaded jar.
[INFO] Including org.apache.sis.storage:sis-storage:jar:0.6 in the shaded jar.
[INFO] Including org.apache.sis.core:sis-referencing:jar:0.6 in the shaded jar.
[INFO] Including org.apache.sis.core:sis-metadata:jar:0.6 in the shaded jar.
[INFO] Including org.opengis:geoapi:jar:3.0.0 in the shaded jar.
[INFO] Including javax.measure:jsr-275:jar:0.9.3 in the shaded jar.
[INFO] Including edu.usc.ir:sentiment-analysis-parser:jar:0.1 in the shaded jar.
[INFO] Including org.apache.tika:tika-langdetect:jar:1.13 in the shaded jar.
[INFO] Including com.optimaize.languagedetector:language-detector:jar:0.5 in the shaded jar.
[INFO] Including net.arnx:jsonic:jar:1.2.11 in the shaded jar.
[INFO] Including com.intellij:annotations:jar:12.0 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.8.1 in the shaded jar.
[INFO] Including edu.stanford.nlp:stanford-corenlp:jar:3.8.0 in the shaded jar.
[INFO] Including com.apple:AppleJavaExtensions:jar:1.4 in the shaded jar.
[INFO] Including de.jollyday:jollyday:jar:0.4.9 in the shaded jar.
[INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] Including org.apache.commons:commons-lang3:jar:3.3.1 in the shaded jar.
[INFO] Including com.io7m.xom:xom:jar:1.2.10 in the shaded jar.
[INFO] Including xerces:xercesImpl:jar:2.8.0 in the shaded jar.
[INFO] Including xalan:xalan:jar:2.7.0 in the shaded jar.
[INFO] Including com.googlecode.efficient-java-matrix-library:ejml:jar:0.23 in the shaded jar.
[INFO] Including org.glassfish:javax.json:jar:1.0.4 in the shaded jar.
[INFO] Including com.google.protobuf:protobuf-java:jar:3.2.0 in the shaded jar.
[INFO] Including com.drewnoakes:metadata-extractor:jar:2.9.1 in the shaded jar.
[INFO] Including com.adobe.xmp:xmpcore:jar:5.1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.4.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-log4j12:jar:1.8.0-alpha2 in the shaded jar.
[INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.1.0 in the shaded jar.
[INFO] Including xml-resolver:xml-resolver:jar:1.2 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-core:jar:3.1.0 in the shaded jar.
[INFO] Including org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 in the shaded jar.
[INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] Including org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-bindings-soap:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-wsdl:jar:3.1.0 in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.3 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.1.0 in the shaded jar.
[INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.11 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-bindings-xml:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-frontend-simple:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-ws-addr:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-ws-policy:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:3.0.3 in the shaded jar.
[INFO] Including org.apache.cxf:cxf-rt-transports-http:jar:3.1.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.2.0 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:11.0.2 in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar.
[INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar.
[INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar.
[INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar.
[INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar.
[INFO] Including commons-daemon:commons-daemon:jar:1.0.13 in the shaded jar.
[INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar.
[INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar.
[INFO] Including tomcat:jasper-runtime:jar:5.5.23 in the shaded jar.
[INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-common:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.2.0 in the shaded jar.
[INFO] Including org.apache.commons:commons-math:jar:2.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar.
[INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar.
[INFO] Including tomcat:jasper-compiler:jar:5.5.23 in the shaded jar.
[INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar.
[INFO] Including net.java.dev.jets3t:jets3t:jar:0.6.1 in the shaded jar.
[INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar.
[INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar.
[INFO] Including commons-beanutils:commons-beanutils-core:jar:1.8.0 in the shaded jar.
[INFO] Including org.apache.avro:avro:jar:1.7.4 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar.
[INFO] Including org.apache.hadoop:hadoop-auth:jar:2.2.0 in the shaded jar.
[INFO] Including com.jcraft:jsch:jar:0.1.42 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.25.1 in the shaded jar.
[INFO] Including javax.ws.rs:javax.ws.rs-api:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.25.1 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.25.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:2.5.0-b32 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:2.5.0-b32 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b32 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:2.5.0-b32 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.20.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.25.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.25.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.8.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.8.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.8.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.8.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.8.4 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:javax.inject:jar:2.5.0-b32 in the shaded jar.
[INFO] Including net.java.dev.jsr-275:jsr-275:jar:1.0-beta-2 in the shaded jar.
[INFO] Including org.geotools:gt-main:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-api:jar:15.1 in the shaded jar.
[INFO] Including org.jdom:jdom:jar:1.1.3 in the shaded jar.
[INFO] Including org.geotools:gt-shapefile:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-opengis:jar:15.1 in the shaded jar.
[INFO] Including commons-pool:commons-pool:jar:1.5.4 in the shaded jar.
[INFO] Including org.geotools:gt-cql:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-metadata:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-data:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-imagemosaic:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-coverage:jar:15.1 in the shaded jar.
[INFO] Including it.geosolutions.imageio-ext:imageio-ext-tiff:jar:1.1.15 in the shaded jar.
[INFO] Including org.jaitools:jt-zonalstats:jar:1.4.0 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.0.9 in the shaded jar.
[INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.0.9 in the shaded jar.
[INFO] Including org.geotools:gt-jdbc:jar:15.1 in the shaded jar.
[INFO] Including commons-dbcp:commons-dbcp:jar:1.4 in the shaded jar.
[INFO] Including org.geotools:gt-epsg-hsql:jar:15.1 in the shaded jar.
[INFO] Including org.hsqldb:hsqldb:jar:2.3.0 in the shaded jar.
[INFO] Including org.geotools:gt-geotiff:jar:15.1 in the shaded jar.
[INFO] Including org.geotools:gt-transform:jar:15.1 in the shaded jar.
[INFO] Including it.geosolutions.imageio-ext:imageio-ext-streams:jar:1.1.15 in the shaded jar.
[INFO] Including it.geosolutions.imageio-ext:imageio-ext-utilities:jar:1.1.15 in the shaded jar.
[INFO] Including it.geosolutions.imageio-ext:imageio-ext-geocore:jar:1.1.15 in the shaded jar.
[INFO] Including org.geotools:gt-image:jar:15.1 in the shaded jar.
[INFO] Including commons-beanutils:commons-beanutils:jar:1.7.0 in the shaded jar.
[INFO] Including org.jaitools:jt-utils:jar:1.4.0 in the shaded jar.
[INFO] Including org.jaitools:jt-vectorbinarize:jar:1.4.0 in the shaded jar.
[INFO] Including net.sf.ehcache:ehcache:jar:1.6.2 in the shaded jar.
[INFO] Including org.geotools:gt-referencing:jar:15.1 in the shaded jar.
[INFO] Including com.googlecode.efficient-java-matrix-library:core:jar:0.26 in the shaded jar.
[INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.44 in the shaded jar.
[WARNING] javax.inject-2.5.0-b32.jar, javax.inject-1.jar define 6 overlapping classes: 
[WARNING]   - javax.inject.Inject
[WARNING]   - javax.inject.Singleton
[WARNING]   - javax.inject.Named
[WARNING]   - javax.inject.Scope
[WARNING]   - javax.inject.Provider
[WARNING]   - javax.inject.Qualifier
[WARNING] javax.ws.rs-api-2.0.1.jar, jersey-core-1.9.jar define 55 overlapping classes: 
[WARNING]   - javax.ws.rs.core.HttpHeaders
[WARNING]   - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[WARNING]   - javax.ws.rs.DefaultValue
[WARNING]   - javax.ws.rs.core.StreamingOutput
[WARNING]   - javax.ws.rs.core.Request
[WARNING]   - javax.ws.rs.HEAD
[WARNING]   - javax.ws.rs.ext.Providers
[WARNING]   - javax.ws.rs.core.NewCookie
[WARNING]   - javax.ws.rs.core.UriBuilderException
[WARNING]   - javax.ws.rs.ext.ContextResolver
[WARNING]   - 45 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, jackson-core-2.8.1.jar define 89 overlapping classes: 
[WARNING]   - com.fasterxml.jackson.core.FormatSchema
[WARNING]   - com.fasterxml.jackson.core.io.InputDecorator
[WARNING]   - com.fasterxml.jackson.core.JsonGenerator$Feature
[WARNING]   - com.fasterxml.jackson.core.type.ResolvedType
[WARNING]   - com.fasterxml.jackson.core.io.SegmentedStringWriter
[WARNING]   - com.fasterxml.jackson.core.TreeNode
[WARNING]   - com.fasterxml.jackson.core.sym.Name
[WARNING]   - com.fasterxml.jackson.core.util.JsonGeneratorDelegate
[WARNING]   - com.fasterxml.jackson.core.format.DataFormatDetector
[WARNING]   - com.fasterxml.jackson.core.JsonLocation
[WARNING]   - 79 more...
[WARNING] jasper-runtime-5.5.23.jar, jasper-compiler-5.5.23.jar define 1 overlapping classes: 
[WARNING]   - org.apache.jasper.compiler.Localizer
[WARNING] jackson-databind-2.8.4.jar, neo4j-jdbc-driver-3.0.2-INC.jar define 561 overlapping classes: 
[WARNING]   - com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
[WARNING]   - com.fasterxml.jackson.databind.SerializerProvider
[WARNING]   - com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
[WARNING]   - com.fasterxml.jackson.databind.BeanDescription
[WARNING]   - com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
[WARNING]   - com.fasterxml.jackson.databind.ser.std.NumberSerializers$ShortSerializer
[WARNING]   - com.fasterxml.jackson.databind.ser.BeanSerializerFactory
[WARNING]   - com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
[WARNING]   - com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes
[WARNING]   - com.fasterxml.jackson.databind.deser.impl.MethodProperty
[WARNING]   - 551 more...
[WARNING] neo4j-java-driver-1.3.0.jar, neo4j-jdbc-driver-3.0.2-INC.jar define 188 overlapping classes: 
[WARNING]   - org.neo4j.driver.internal.messaging.SuccessMessage
[WARNING]   - org.neo4j.driver.internal.InternalDriver
[WARNING]   - org.neo4j.driver.internal.InternalPath$SelfContainedSegment
[WARNING]   - org.neo4j.driver.v1.types.Node
[WARNING]   - org.neo4j.driver.internal.packstream.PackInput
[WARNING]   - org.neo4j.driver.v1.util.Resource
[WARNING]   - org.neo4j.driver.internal.util.Clock$1
[WARNING]   - org.neo4j.driver.internal.value.BooleanValue$TrueValue
[WARNING]   - org.neo4j.driver.internal.InternalRecord
[WARNING]   - org.neo4j.driver.v1.Values$3
[WARNING]   - 178 more...
[WARNING] commons-collections-3.2.1.jar, api-ldap-client-all-1.0.0-M28.jar define 448 overlapping classes: 
[WARNING]   - org.apache.commons.collections.map.AbstractLinkedMap$LinkMapIterator
[WARNING]   - org.apache.commons.collections.bidimap.TreeBidiMap$Node
[WARNING]   - org.apache.commons.collections.comparators.TransformingComparator
[WARNING]   - org.apache.commons.collections.bag.AbstractMapBag$BagIterator
[WARNING]   - org.apache.commons.collections.iterators.AbstractListIteratorDecorator
[WARNING]   - org.apache.commons.collections.map.AbstractReferenceMap$ReferenceKeySetIterator
[WARNING]   - org.apache.commons.collections.DoubleOrderedMap$3$1
[WARNING]   - org.apache.commons.collections.StaticBucketMap
[WARNING]   - org.apache.commons.collections.ReferenceMap$1
[WARNING]   - org.apache.commons.collections.comparators.ComparatorChain
[WARNING]   - 438 more...
[WARNING] reflectasm-1.07-shaded.jar, kryo-2.21.jar define 23 overlapping classes: 
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Opcodes
[WARNING]   - com.esotericsoftware.reflectasm.AccessClassLoader
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Label
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ClassWriter
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.AnnotationVisitor
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Type
[WARNING]   - com.esotericsoftware.reflectasm.FieldAccess
[WARNING]   - com.esotericsoftware.reflectasm.ConstructorAccess
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Edge
[WARNING]   - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ClassVisitor
[WARNING]   - 13 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, commons-codec-1.10.jar define 85 overlapping classes: 
[WARNING]   - org.apache.commons.codec.language.Nysiis
[WARNING]   - org.apache.commons.codec.language.bm.Rule$1
[WARNING]   - org.apache.commons.codec.language.bm.Rule$RPattern
[WARNING]   - org.apache.commons.codec.language.ColognePhonetic$CologneInputBuffer
[WARNING]   - org.apache.commons.codec.language.bm.BeiderMorseEncoder
[WARNING]   - org.apache.commons.codec.digest.UnixCrypt
[WARNING]   - org.apache.commons.codec.language.Soundex
[WARNING]   - org.apache.commons.codec.binary.BinaryCodec
[WARNING]   - org.apache.commons.codec.language.bm.Languages$1
[WARNING]   - org.apache.commons.codec.language.bm.PhoneticEngine$1
[WARNING]   - 75 more...
[WARNING] cxf-rt-transports-http-3.1.0.jar, org.osgi.compendium-4.1.0.jar define 3 overlapping classes: 
[WARNING]   - org.osgi.service.http.HttpService
[WARNING]   - org.osgi.service.http.NamespaceException
[WARNING]   - org.osgi.service.http.HttpContext
[WARNING] aopalliance-1.0.jar, aopalliance-repackaged-2.5.0-b32.jar define 9 overlapping classes: 
[WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
[WARNING]   - org.aopalliance.intercept.MethodInvocation
[WARNING]   - org.aopalliance.intercept.MethodInterceptor
[WARNING]   - org.aopalliance.intercept.Invocation
[WARNING]   - org.aopalliance.aop.AspectException
[WARNING]   - org.aopalliance.intercept.Interceptor
[WARNING]   - org.aopalliance.intercept.Joinpoint
[WARNING]   - org.aopalliance.aop.Advice
[WARNING]   - org.aopalliance.intercept.ConstructorInvocation
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, httpcore-4.4.1.jar define 254 overlapping classes: 
[WARNING]   - org.apache.http.protocol.HttpRequestHandler
[WARNING]   - org.apache.http.impl.io.ChunkedOutputStream
[WARNING]   - org.apache.http.protocol.ChainBuilder
[WARNING]   - org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
[WARNING]   - org.apache.http.impl.ConnSupport
[WARNING]   - org.apache.http.impl.io.DefaultHttpResponseParserFactory
[WARNING]   - org.apache.http.HttpClientConnection
[WARNING]   - org.apache.http.NameValuePair
[WARNING]   - org.apache.http.protocol.HttpExpectationVerifier
[WARNING]   - org.apache.http.protocol.UriPatternMatcher
[WARNING]   - 244 more...
[WARNING] coalesce-core-0.0.25-SNAPSHOT.jar, coalesce-classification-0.0.25-SNAPSHOT.jar define 17 overlapping classes: 
[WARNING]   - com.incadencecorp.coalesce.common.classification.FieldValues$FilterPredicate
[WARNING]   - com.incadencecorp.coalesce.common.classification.ACCMNickname
[WARNING]   - com.incadencecorp.coalesce.common.classification.Compartment
[WARNING]   - com.incadencecorp.coalesce.common.classification.FieldValues
[WARNING]   - com.incadencecorp.coalesce.common.classification.Marking
[WARNING]   - com.incadencecorp.coalesce.common.classification.ACCMControl
[WARNING]   - com.incadencecorp.coalesce.common.classification.FieldValues$MarkingValueTitlePredicate
[WARNING]   - com.incadencecorp.coalesce.common.classification.FieldValues$CountryNamePredicate
[WARNING]   - com.incadencecorp.coalesce.common.classification.SAPControl
[WARNING]   - com.incadencecorp.coalesce.common.classification.SAPProgram
[WARNING]   - 7 more...
[WARNING] javax.servlet-api-3.0.1.jar, javax.servlet-3.1.jar define 32 overlapping classes: 
[WARNING]   - javax.servlet.annotation.HttpConstraint
[WARNING]   - javax.servlet.DispatcherType
[WARNING]   - javax.servlet.Registration
[WARNING]   - javax.servlet.descriptor.JspPropertyGroupDescriptor
[WARNING]   - javax.servlet.SessionTrackingMode
[WARNING]   - javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic
[WARNING]   - javax.servlet.annotation.HandlesTypes
[WARNING]   - javax.servlet.ServletRegistration
[WARNING]   - javax.servlet.annotation.ServletSecurity
[WARNING]   - javax.servlet.ServletContainerInitializer
[WARNING]   - 22 more...
[WARNING] ehcache-1.6.2.jar, ehcache-core-2.6.2.jar define 105 overlapping classes: 
[WARNING]   - net.sf.ehcache.config.ConfigurationFactory
[WARNING]   - net.sf.ehcache.store.AbstractPolicy
[WARNING]   - net.sf.ehcache.constructs.blocking.BlockingCache
[WARNING]   - net.sf.ehcache.distribution.RMICachePeer
[WARNING]   - net.sf.ehcache.config.Configuration
[WARNING]   - net.sf.ehcache.distribution.RMIBootstrapCacheLoader$BootstrapThread
[WARNING]   - net.sf.ehcache.config.CacheConfiguration$CacheExceptionHandlerFactoryConfiguration
[WARNING]   - net.sf.ehcache.config.CacheConfiguration$BootstrapCacheLoaderFactoryConfiguration
[WARNING]   - net.sf.ehcache.config.DiskStoreConfiguration
[WARNING]   - net.sf.ehcache.event.CacheManagerEventListenerRegistry
[WARNING]   - 95 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, httpclient-4.4.1.jar define 457 overlapping classes: 
[WARNING]   - org.apache.http.impl.cookie.RFC2109Spec
[WARNING]   - org.apache.http.impl.execchain.MainClientExec
[WARNING]   - org.apache.http.conn.routing.RouteInfo$TunnelType
[WARNING]   - org.apache.http.client.methods.HttpGet
[WARNING]   - org.apache.http.impl.cookie.BrowserCompatSpecFactory
[WARNING]   - org.apache.http.impl.client.HttpAuthenticator
[WARNING]   - org.apache.http.conn.ManagedClientConnection
[WARNING]   - org.apache.http.client.protocol.RequestAuthCache
[WARNING]   - org.apache.http.conn.params.ConnConnectionParamBean
[WARNING]   - org.apache.http.impl.client.IdleConnectionEvictor
[WARNING]   - 447 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, neo4j-jdbc-3.0.2-INC.jar define 21 overlapping classes: 
[WARNING]   - org.neo4j.jdbc.BaseDriver
[WARNING]   - org.neo4j.jdbc.Array
[WARNING]   - org.neo4j.jdbc.utils.UncaughtExceptionLogger
[WARNING]   - org.neo4j.jdbc.utils.ExceptionBuilder
[WARNING]   - org.neo4j.jdbc.CallableStatement
[WARNING]   - org.neo4j.jdbc.Statement
[WARNING]   - org.neo4j.jdbc.InstanceFactory
[WARNING]   - org.neo4j.jdbc.metadata.Table
[WARNING]   - org.neo4j.jdbc.metadata.Column
[WARNING]   - org.neo4j.jdbc.impl.ListArray
[WARNING]   - 11 more...
[WARNING] xml-apis-1.4.01.jar, jaxen-1.1.6.jar define 1 overlapping classes: 
[WARNING]   - org.w3c.dom.UserDataHandler
[WARNING] accessors-smart-1.1.jar, asm-5.0.4.jar define 4 overlapping classes: 
[WARNING]   - org.objectweb.asm.Context
[WARNING]   - org.objectweb.asm.TypePath
[WARNING]   - org.objectweb.asm.TypeReference
[WARNING]   - org.objectweb.asm.Handle
[WARNING] core-0.26.jar, ejml-0.23.jar define 100 overlapping classes: 
[WARNING]   - org.ejml.data.RowD1Matrix64F
[WARNING]   - org.ejml.alg.dense.misc.ImplCommonOps_Matrix64F
[WARNING]   - org.ejml.alg.dense.linsol.svd.SolvePseudoInverseSvd
[WARNING]   - org.ejml.alg.dense.mult.MatrixMultProduct
[WARNING]   - org.ejml.alg.dense.misc.DeterminantFromMinor
[WARNING]   - org.ejml.alg.block.BlockVectorOps
[WARNING]   - org.ejml.data.Eigenpair
[WARNING]   - org.ejml.alg.dense.misc.TransposeAlgs
[WARNING]   - org.ejml.alg.dense.mult.MatrixDimensionException
[WARNING]   - org.ejml.alg.dense.linsol.qr.SolvePseudoInverseQrp
[WARNING]   - 90 more...
[WARNING] jsr-275-0.9.3.jar, jsr-275-1.0-beta-2.jar define 74 overlapping classes: 
[WARNING]   - javax.measure.quantity.Energy
[WARNING]   - javax.measure.quantity.RadiationDoseEffective
[WARNING]   - javax.measure.quantity.AmountOfSubstance
[WARNING]   - javax.measure.quantity.RadioactiveActivity
[WARNING]   - javax.measure.unit.NonSI
[WARNING]   - javax.measure.quantity.VolumetricFlowRate
[WARNING]   - javax.measure.MeasureFormat
[WARNING]   - javax.measure.quantity.MagneticFluxDensity
[WARNING]   - javax.measure.quantity.Angle
[WARNING]   - javax.measure.quantity.Torque
[WARNING]   - 64 more...
[WARNING] slf4j-api-1.7.21.jar, api-ldap-client-all-1.0.0-M28.jar define 28 overlapping classes: 
[WARNING]   - org.slf4j.helpers.SubstituteLogger
[WARNING]   - org.slf4j.helpers.NamedLoggerBase
[WARNING]   - org.slf4j.helpers.NOPMDCAdapter
[WARNING]   - org.slf4j.MarkerFactory
[WARNING]   - org.slf4j.spi.LoggerFactoryBinder
[WARNING]   - org.slf4j.helpers.BasicMarker
[WARNING]   - org.slf4j.MDC$MDCCloseable
[WARNING]   - org.slf4j.spi.LocationAwareLogger
[WARNING]   - org.slf4j.helpers.MessageFormatter
[WARNING]   - org.slf4j.helpers.Util$ClassContextSecurityManager
[WARNING]   - 18 more...
[WARNING] api-ldap-client-all-1.0.0-M28.jar, commons-lang-2.6.jar define 133 overlapping classes: 
[WARNING]   - org.apache.commons.lang.NotImplementedException
[WARNING]   - org.apache.commons.lang.math.JVMRandom
[WARNING]   - org.apache.commons.lang.builder.ToStringBuilder
[WARNING]   - org.apache.commons.lang.time.FastDateFormat$TimeZoneDisplayKey
[WARNING]   - org.apache.commons.lang.exception.NestableRuntimeException
[WARNING]   - org.apache.commons.lang.text.StrMatcher$TrimMatcher
[WARNING]   - org.apache.commons.lang.time.FastDateFormat$CharacterLiteral
[WARNING]   - org.apache.commons.lang.time.FastDateFormat$TimeZoneNameRule
[WARNING]   - org.apache.commons.lang.LocaleUtils
[WARNING]   - org.apache.commons.lang.mutable.MutableDouble
[WARNING]   - 123 more...
[WARNING] javax.servlet-api-3.0.1.jar, servlet-api-2.5.jar, javax.servlet-3.1.jar define 42 overlapping classes: 
[WARNING]   - javax.servlet.http.HttpSessionBindingEvent
[WARNING]   - javax.servlet.http.Cookie
[WARNING]   - javax.servlet.http.NoBodyResponse
[WARNING]   - javax.servlet.ServletContext
[WARNING]   - javax.servlet.ServletOutputStream
[WARNING]   - javax.servlet.http.HttpSessionListener
[WARNING]   - javax.servlet.http.HttpSessionContext
[WARNING]   - javax.servlet.FilterChain
[WARNING]   - javax.servlet.GenericServlet
[WARNING]   - javax.servlet.http.HttpServletRequestWrapper
[WARNING]   - 32 more...
[WARNING] org.apache.felix.eventadmin-1.4.8.jar, org.osgi.compendium-4.1.0.jar define 10 overlapping classes: 
[WARNING]   - org.osgi.service.event.EventAdmin
[WARNING]   - org.osgi.util.tracker.ServiceTrackerCustomizer
[WARNING]   - org.osgi.service.event.TopicPermissionCollection
[WARNING]   - org.osgi.util.tracker.ServiceTracker
[WARNING]   - org.osgi.service.event.EventHandler
[WARNING]   - org.osgi.util.tracker.ServiceTracker$AllTracked
[WARNING]   - org.osgi.service.event.EventConstants
[WARNING]   - org.osgi.service.event.Event
[WARNING]   - org.osgi.service.event.TopicPermission
[WARNING]   - org.osgi.util.tracker.ServiceTracker$Tracked
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, commons-logging-1.2.jar define 22 overlapping classes: 
[WARNING]   - org.apache.commons.logging.LogSource
[WARNING]   - org.apache.commons.logging.impl.ServletContextCleaner
[WARNING]   - org.apache.commons.logging.LogFactory$4
[WARNING]   - org.apache.commons.logging.impl.WeakHashtable$1
[WARNING]   - org.apache.commons.logging.LogFactory$3
[WARNING]   - org.apache.commons.logging.impl.LogFactoryImpl$2
[WARNING]   - org.apache.commons.logging.LogFactory$2
[WARNING]   - org.apache.commons.logging.impl.LogKitLogger
[WARNING]   - org.apache.commons.logging.impl.LogFactoryImpl$3
[WARNING]   - org.apache.commons.logging.impl.WeakHashtable$Entry
[WARNING]   - 12 more...
[WARNING] org.osgi.compendium-4.1.0.jar, org.apache.felix.log-1.0.1.jar define 4 overlapping classes: 
[WARNING]   - org.osgi.service.log.LogListener
[WARNING]   - org.osgi.service.log.LogReaderService
[WARNING]   - org.osgi.service.log.LogEntry
[WARNING]   - org.osgi.service.log.LogService
[WARNING] xml-apis-1.4.01.jar, stax-api-1.0.1.jar define 37 overlapping classes: 
[WARNING]   - javax.xml.stream.XMLEventReader
[WARNING]   - javax.xml.namespace.NamespaceContext
[WARNING]   - javax.xml.stream.StreamFilter
[WARNING]   - javax.xml.stream.util.StreamReaderDelegate
[WARNING]   - javax.xml.stream.events.StartDocument
[WARNING]   - javax.xml.stream.EventFilter
[WARNING]   - javax.xml.stream.XMLEventWriter
[WARNING]   - javax.xml.stream.XMLStreamConstants
[WARNING]   - javax.xml.stream.events.EntityDeclaration
[WARNING]   - javax.xml.stream.events.ProcessingInstruction
[WARNING]   - 27 more...
[WARNING] commons-beanutils-1.7.0.jar, commons-beanutils-core-1.8.0.jar define 82 overlapping classes: 
[WARNING]   - org.apache.commons.beanutils.ConvertUtilsBean
[WARNING]   - org.apache.commons.beanutils.converters.SqlTimeConverter
[WARNING]   - org.apache.commons.beanutils.Converter
[WARNING]   - org.apache.commons.beanutils.converters.FloatArrayConverter
[WARNING]   - org.apache.commons.beanutils.NestedNullException
[WARNING]   - org.apache.commons.beanutils.ConvertingWrapDynaBean
[WARNING]   - org.apache.commons.beanutils.converters.LongArrayConverter
[WARNING]   - org.apache.commons.beanutils.converters.SqlDateConverter
[WARNING]   - org.apache.commons.beanutils.converters.BooleanArrayConverter
[WARNING]   - org.apache.commons.beanutils.converters.StringConverter
[WARNING]   - 72 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, jackson-annotations-2.8.4.jar define 60 overlapping classes: 
[WARNING]   - com.fasterxml.jackson.annotation.JsonAutoDetect
[WARNING]   - com.fasterxml.jackson.annotation.JsonInclude
[WARNING]   - com.fasterxml.jackson.annotation.ObjectIdGenerators
[WARNING]   - com.fasterxml.jackson.annotation.JsonFormat$Features
[WARNING]   - com.fasterxml.jackson.annotation.JsonFormat$Feature
[WARNING]   - com.fasterxml.jackson.annotation.JsonIgnore
[WARNING]   - com.fasterxml.jackson.annotation.JsonSetter
[WARNING]   - com.fasterxml.jackson.annotation.JsonTypeInfo$None
[WARNING]   - com.fasterxml.jackson.annotation.JsonFormat$Shape
[WARNING]   - com.fasterxml.jackson.annotation.JsonManagedReference
[WARNING]   - 50 more...
[WARNING] hadoop-yarn-api-2.2.0.jar, hadoop-yarn-common-2.2.0.jar define 3 overlapping classes: 
[WARNING]   - org.apache.hadoop.yarn.util.package-info
[WARNING]   - org.apache.hadoop.yarn.factories.package-info
[WARNING]   - org.apache.hadoop.yarn.factory.providers.package-info
[WARNING] asm-3.1.jar, accessors-smart-1.1.jar, asm-5.0.4.jar define 21 overlapping classes: 
[WARNING]   - org.objectweb.asm.Type
[WARNING]   - org.objectweb.asm.AnnotationVisitor
[WARNING]   - org.objectweb.asm.MethodVisitor
[WARNING]   - org.objectweb.asm.Attribute
[WARNING]   - org.objectweb.asm.FieldWriter
[WARNING]   - org.objectweb.asm.signature.SignatureWriter
[WARNING]   - org.objectweb.asm.Edge
[WARNING]   - org.objectweb.asm.MethodWriter
[WARNING]   - org.objectweb.asm.Handler
[WARNING]   - org.objectweb.asm.ByteVector
[WARNING]   - 11 more...
[WARNING] kryo-2.21.jar, objenesis-1.2.jar define 32 overlapping classes: 
[WARNING]   - org.objenesis.ObjenesisBase
[WARNING]   - org.objenesis.instantiator.gcj.GCJInstantiator
[WARNING]   - org.objenesis.ObjenesisHelper
[WARNING]   - org.objenesis.instantiator.jrockit.JRockitLegacyInstantiator
[WARNING]   - org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator
[WARNING]   - org.objenesis.instantiator.ObjectInstantiator
[WARNING]   - org.objenesis.instantiator.gcj.GCJInstantiatorBase$DummyStream
[WARNING]   - org.objenesis.instantiator.basic.ObjectStreamClassInstantiator
[WARNING]   - org.objenesis.ObjenesisException
[WARNING]   - org.objenesis.Objenesis
[WARNING]   - 22 more...
[WARNING] neo4j-jdbc-driver-3.0.2-INC.jar, commons-logging-1.2.jar, jcl-over-slf4j-1.7.24.jar define 6 overlapping classes: 
[WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
[WARNING]   - org.apache.commons.logging.Log
[WARNING]   - org.apache.commons.logging.impl.SimpleLog
[WARNING]   - org.apache.commons.logging.LogConfigurationException
[WARNING]   - org.apache.commons.logging.impl.NoOpLog
[WARNING]   - org.apache.commons.logging.LogFactory
[WARNING] geoapi-3.0.0.jar, gt-opengis-15.1.jar define 218 overlapping classes: 
[WARNING]   - org.opengis.util.NameSpace
[WARNING]   - org.opengis.metadata.spatial.SpatialRepresentation
[WARNING]   - org.opengis.temporal.PeriodDuration
[WARNING]   - org.opengis.util.InternationalString
[WARNING]   - org.opengis.metadata.extent.GeographicBoundingBox
[WARNING]   - org.opengis.metadata.quality.ThematicClassificationCorrectness
[WARNING]   - org.opengis.metadata.spatial.SpatialRepresentationType
[WARNING]   - org.opengis.metadata.extent.BoundingPolygon
[WARNING]   - org.opengis.util.RecordType
[WARNING]   - org.opengis.parameter.ParameterDescriptorGroup
[WARNING]   - 208 more...
[WARNING] jackson-core-asl-1.9.13.jar, worldwind-2.0.0.jar define 87 overlapping classes: 
[WARNING]   - org.codehaus.jackson.sym.BytesToNameCanonicalizer$Bucket
[WARNING]   - org.codehaus.jackson.JsonGenerationException
[WARNING]   - org.codehaus.jackson.type.TypeReference
[WARNING]   - org.codehaus.jackson.util.BufferRecycler$CharBufferType
[WARNING]   - org.codehaus.jackson.io.UTF32Reader
[WARNING]   - org.codehaus.jackson.JsonLocation
[WARNING]   - org.codehaus.jackson.sym.Name1
[WARNING]   - org.codehaus.jackson.JsonProcessingException
[WARNING]   - org.codehaus.jackson.io.NumberOutput
[WARNING]   - org.codehaus.jackson.impl.JsonParserBase
[WARNING]   - 77 more...
[WARNING] kryo-2.21.jar, minlog-1.2.jar define 2 overlapping classes: 
[WARNING]   - com.esotericsoftware.minlog.Log
[WARNING]   - com.esotericsoftware.minlog.Log$Logger
[WARNING] commons-pool-1.5.4.jar, api-ldap-client-all-1.0.0-M28.jar define 52 overlapping classes: 
[WARNING]   - org.apache.commons.pool.PoolUtils$PoolableObjectFactoryAdaptor
[WARNING]   - org.apache.commons.pool.impl.GenericObjectPool$1
[WARNING]   - org.apache.commons.pool.impl.GenericObjectPool$Latch
[WARNING]   - org.apache.commons.pool.PoolUtils$ErodingFactor
[WARNING]   - org.apache.commons.pool.BasePoolableObjectFactory
[WARNING]   - org.apache.commons.pool.PoolUtils$KeyedPoolableObjectFactoryAdaptor
[WARNING]   - org.apache.commons.pool.impl.StackKeyedObjectPool
[WARNING]   - org.apache.commons.pool.BaseKeyedPoolableObjectFactory
[WARNING]   - org.apache.commons.pool.impl.GenericKeyedObjectPool$ObjectQueue
[WARNING]   - org.apache.commons.pool.impl.CursorableLinkedList
[WARNING]   - 42 more...
[WARNING] tika-parsers-1.15.jar, sentiment-analysis-parser-0.1.jar define 1 overlapping classes: 
[WARNING]   - org.apache.tika.parser.sentiment.analysis.SentimentParser
[WARNING] commons-beanutils-1.7.0.jar, commons-collections-3.2.1.jar, api-ldap-client-all-1.0.0-M28.jar, commons-beanutils-core-1.8.0.jar define 10 overlapping classes: 
[WARNING]   - org.apache.commons.collections.FastHashMap$EntrySet
[WARNING]   - org.apache.commons.collections.FastHashMap$KeySet
[WARNING]   - org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
[WARNING]   - org.apache.commons.collections.ArrayStack
[WARNING]   - org.apache.commons.collections.FastHashMap$Values
[WARNING]   - org.apache.commons.collections.FastHashMap$CollectionView
[WARNING]   - org.apache.commons.collections.FastHashMap$1
[WARNING]   - org.apache.commons.collections.Buffer
[WARNING]   - org.apache.commons.collections.FastHashMap
[WARNING]   - org.apache.commons.collections.BufferUnderflowException
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/oe-ingest-0.0.1-SNAPSHOT.jar with /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/oe-ingest-0.0.1-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oe-ingest ---
[INFO] Installing /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/target/oe-ingest-0.0.1-SNAPSHOT.jar to /Users/BigDataDaddy/.m2/repository/com/incadencecorp/oe/ingest/oe-ingest/0.0.1-SNAPSHOT/oe-ingest-0.0.1-SNAPSHOT.jar
[INFO] Installing /Users/BigDataDaddy/Documents/workspace/oe-bdp/oe-ingest/dependency-reduced-pom.xml to /Users/BigDataDaddy/.m2/repository/com/incadencecorp/oe/ingest/oe-ingest/0.0.1-SNAPSHOT/oe-ingest-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.924 s
[INFO] Finished at: 2017-07-08T01:44:50-04:00
[INFO] Final Memory: 119M/1365M
[INFO] ------------------------------------------------------------------------
Davids-MacBook-Pro:oe-ingest BigDataDaddy$ cd src/test/resources/
Davids-MacBook-Pro:resources BigDataDaddy$ java -cp ../../../target/oe-ingest-0.0.1-SNAPSHOT.jar -Dlog4j.configuration=file:conf/log4j.properties com.incadencecorp.oe.ingest.gdelt.GDELT_Ingester data/gdelt consumer conf/gdelt.properties 2>&1 
2017-07-08 01:45:00,262 |  INFO | [main] | (GDELT_Ingester.java:64) - Creating topic: GDELT_Ingest
2017-07-08 01:45:05,645 |  INFO | [main] | (Ingester.java:150) - Topic already exists
2017-07-08 01:45:05,646 |  INFO | [main] | (GDELT_Ingester.java:67) - args[1] = consumer
2017-07-08 01:45:05,646 |  INFO | [main] | (GDELT_Ingester.java:82) - Starting the Consumer...
2017-07-08 01:45:05,646 |  INFO | [main] | (GDELT_Ingester.java:87) - Starting Consumer 1
2017-07-08 01:45:06,178 |  WARN | [main] | (OECoalesceFramework.java:59) - (SUCCESS) Loaded Persister (com.incadencecorp.coalesce.framework.persistance.neo4j.Neo4JPersistor)
AccumuloDataConnector:openDataConnection - connecting to accumulo
2017-07-08 01:45:06,201 |  WARN | [main] | (ClientConfiguration.java:227) - Found no client.conf in default paths. Using default client configuration values.
AccumuloDataConnector:openDataConnection - Connector Userroot
Exception in thread "main" java.lang.NoSuchMethodError: org.opengis.feature.type.AttributeType.getName()Lorg/opengis/feature/type/Name;
	at org.geotools.feature.simple.SimpleSchema.<init>(SimpleSchema.java:225)
	at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:196)
	at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:185)
	at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:186)
	at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:99)
	at org.locationtech.geomesa.utils.geotools.SimpleFeatureTypes$.createType(SimpleFeatureTypes.scala:83)
	at org.locationtech.geomesa.index.geotools.GeoMesaDataStore$$anonfun$1.apply(GeoMesaDataStore.scala:174)
	at org.locationtech.geomesa.index.geotools.GeoMesaDataStore$$anonfun$1.apply(GeoMesaDataStore.scala:174)
	at scala.Option.map(Option.scala:146)
	at org.locationtech.geomesa.index.geotools.GeoMesaDataStore.getSchema(GeoMesaDataStore.scala:174)
	at org.locationtech.geomesa.accumulo.data.AccumuloDataStore.getSchema(AccumuloDataStore.scala:144)
	at com.incadencecorp.coalesce.framework.persistance.accumulo.AccumuloPersistor.createLinkageFeature(AccumuloPersistor.java:698)
	at com.incadencecorp.coalesce.framework.persistance.accumulo.AccumuloPersistor.<init>(AccumuloPersistor.java:208)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at java.lang.Class.newInstance(Class.java:442)
	at com.incadencecorp.oe.common.utils.OECoalesceFramework.<init>(OECoalesceFramework.java:42)
	at com.incadencecorp.oe.ingest.gdelt.GDELT_EntityExtractor.<init>(GDELT_EntityExtractor.java:70)
	at com.incadencecorp.oe.ingest.gdelt.GDELT_Consumer.<init>(GDELT_Consumer.java:40)
	at com.incadencecorp.oe.ingest.gdelt.GDELT_Ingester.initializeConsumer(GDELT_Ingester.java:96)
	at com.incadencecorp.oe.ingest.gdelt.GDELT_Ingester.main(GDELT_Ingester.java:88)
Davids-MacBook-Pro:resources BigDataDaddy$ 
Davids-MacBook-Pro:resources BigDataDaddy$ 
Davids-MacBook-Pro:resources BigDataDaddy$ 
Davids-MacBook-Pro:resources BigDataDaddy$ cd ../../..
Davids-MacBook-Pro:oe-ingest BigDataDaddy$ clear


Davids-MacBook-Pro:oe-ingest BigDataDaddy$ mvn dependency:tree -Dverbose
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building oe-ingest 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ oe-ingest ---
[INFO] com.incadencecorp.oe.ingest:oe-ingest:jar:0.0.1-SNAPSHOT
[INFO] +- org.neo4j.driver:neo4j-java-driver:jar:1.3.0:compile
[INFO] +- org.apache.kafka:kafka_2.11:jar:0.10.2.0:compile
[INFO] |  +- org.apache.kafka:kafka-clients:jar:0.10.2.0:compile
[INFO] |  |  +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] |  |  +- org.xerial.snappy:snappy-java:jar:1.1.2.6:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.21:compile - omitted for duplicate)
[INFO] |  +- net.sf.jopt-simple:jopt-simple:jar:5.0.3:compile
[INFO] |  +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.2:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] |  +- (org.slf4j:slf4j-log4j12:jar:1.7.21:compile - omitted for conflict with 1.8.0-alpha2)
[INFO] |  +- com.101tec:zkclient:jar:0.10:compile
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21)
[INFO] |  |  \- (org.apache.zookeeper:zookeeper:jar:3.4.8:compile - omitted for conflict with 3.4.9)
[INFO] |  +- org.apache.zookeeper:zookeeper:jar:3.4.9:compile
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (org.slf4j:slf4j-log4j12:jar:1.6.1:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
[INFO] |  |  +- jline:jline:jar:0.9.94:compile
[INFO] |  |  |  \- (junit:junit:jar:3.8.1:compile - omitted for conflict with 4.11)
[INFO] |  |  \- io.netty:netty:jar:3.10.5.Final:compile
[INFO] |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
[INFO] |     \- (org.scala-lang:scala-library:jar:2.11.6:compile - omitted for conflict with 2.11.8)
[INFO] +- com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile
[INFO] |  +- org.codehaus.jettison:jettison:jar:1.3.7:compile
[INFO] |  |  \- stax:stax-api:jar:1.0.1:compile
[INFO] |  +- jaxen:jaxen:jar:1.1.6:compile
[INFO] |  +- com.vividsolutions:jts:jar:1.13:compile
[INFO] |  +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  +- commons-io:commons-io:jar:2.4:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  +- org.imgscalr:imgscalr-lib:jar:4.2:compile
[INFO] |  +- (com.drewnoakes:metadata-extractor:jar:2.6.2:compile - omitted for conflict with 2.9.1)
[INFO] |  +- org.jdom:jdom2:jar:2.0.5:compile
[INFO] |  +- com.incadencecorp.unity:unity-common:jar:0.0.4:compile
[INFO] |  |  \- (org.jdom:jdom2:jar:2.0.5:compile - omitted for duplicate)
[INFO] |  +- com.incadencecorp.coalesce:coalesce-classification:jar:0.0.25-SNAPSHOT:compile
[INFO] |  |  +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] |  |  \- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
[INFO] |  \- org.apache.felix:org.apache.felix.eventadmin:jar:1.4.8:compile
[INFO] +- com.incadencecorp.coalesce:coalesce-framework-persister-accumulo:jar:0.0.25-SNAPSHOT:compile
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  +- com.incadencecorp.coalesce:coalesce-search:jar:0.0.25-SNAPSHOT:compile
[INFO] |  |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-opengis:jar:13.1:compile - omitted for conflict with 15.1)
[INFO] |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for conflict with 15.1)
[INFO] |  |  +- org.geotools.xsd:gt-xsd-fes:jar:13.1:compile
[INFO] |  |  |  +- org.geotools.ogc:net.opengis.fes:jar:13.1:compile
[INFO] |  |  |  |  +- org.geotools.ogc:org.w3.xlink:jar:13.1:compile
[INFO] |  |  |  |  |  +- (org.eclipse.emf:common:jar:2.6.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.eclipse.emf:ecore:jar:2.6.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.geotools.ogc:net.opengis.ows:jar:13.1:compile
[INFO] |  |  |  |  |  +- (org.geotools.ogc:org.w3.xlink:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.eclipse.emf:common:jar:2.6.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.eclipse.emf:ecore:jar:2.6.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.eclipse.emf:common:jar:2.6.0:compile
[INFO] |  |  |  |  +- org.eclipse.emf:ecore:jar:2.6.1:compile
[INFO] |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-referencing:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-coverage:jar:13.1:compile - omitted for conflict with 15.1)
[INFO] |  |  |  +- (org.geotools:gt-main:jar:13.1:compile - omitted for conflict with 15.1)
[INFO] |  |  |  +- org.geotools.xsd:gt-xsd-core:jar:13.1:compile
[INFO] |  |  |  |  +- org.geotools:gt-graph:jar:13.1:compile
[INFO] |  |  |  |  |  +- (org.geotools:gt-main:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  |  +- picocontainer:picocontainer:jar:1.2:compile
[INFO] |  |  |  |  |  \- (xml-apis:xml-apis:jar:1.0.b2:compile - omitted for conflict with 1.3.03)
[INFO] |  |  |  |  +- commons-jxpath:commons-jxpath:jar:1.3:compile
[INFO] |  |  |  |  +- (commons-collections:commons-collections:jar:3.1:compile - omitted for conflict with 3.2.1)
[INFO] |  |  |  |  +- (org.eclipse.emf:common:jar:2.6.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.eclipse.emf:ecore:jar:2.6.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.eclipse.xsd:xsd:jar:2.6.0:compile
[INFO] |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  +- org.geotools.xsd:gt-xsd-gml3:jar:13.1:compile
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools:gt-referencing:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools:gt-coverage:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools:gt-main:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools.xsd:gt-xsd-core:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.geotools.xsd:gt-xsd-gml2:jar:13.1:compile
[INFO] |  |  |  |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-referencing:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-coverage:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-main:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools.xsd:gt-xsd-core:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  +- org.geotools.xsd:gt-xsd-ows:jar:13.1:compile
[INFO] |  |  |  |  +- (org.geotools.ogc:net.opengis.ows:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.geotools.xsd:gt-xsd-filter:jar:13.1:compile
[INFO] |  |  |  |  |  +- (org.geotools:gt-api:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-referencing:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-coverage:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools:gt-main:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools.xsd:gt-xsd-core:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools.xsd:gt-xsd-gml2:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.geotools.xsd:gt-xsd-gml3:jar:13.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  \- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
[INFO] |  +- org.apache.accumulo:accumulo-core:jar:1.7.2:compile
[INFO] |  |  +- com.beust:jcommander:jar:1.32:compile
[INFO] |  |  +- (com.google.guava:guava:jar:14.0.1:compile - omitted for conflict with 11.0.2)
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.10)
[INFO] |  |  +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for conflict with 3.2.1)
[INFO] |  |  +- (commons-configuration:commons-configuration:jar:1.6:compile - omitted for duplicate)
[INFO] |  |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
[INFO] |  |  +- (commons-lang:commons-lang:jar:2.4:compile - omitted for conflict with 2.6)
[INFO] |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  |  +- (jline:jline:jar:2.11:compile - omitted for conflict with 0.9.94)
[INFO] |  |  +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
[INFO] |  |  +- org.apache.accumulo:accumulo-fate:jar:1.7.2:compile
[INFO] |  |  |  +- (com.google.guava:guava:jar:14.0.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (commons-lang:commons-lang:jar:2.4:compile - omitted for conflict with 2.6)
[INFO] |  |  |  +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
[INFO] |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- org.apache.accumulo:accumulo-start:jar:1.7.2:compile
[INFO] |  |  |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
[INFO] |  |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
[INFO] |  |  |  +- (org.apache.commons:commons-vfs2:jar:2.1:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.apache.hadoop:hadoop-client:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.commons:commons-math:jar:2.1:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.commons:commons-vfs2:jar:2.1:compile
[INFO] |  |  |  \- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.1)
[INFO] |  |  +- org.apache.hadoop:hadoop-client:jar:2.2.0:compile
[INFO] |  |  |  +- (org.apache.hadoop:hadoop-common:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.apache.hadoop:hadoop-hdfs:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0:compile
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0:compile
[INFO] |  |  |  |  |  +- (org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.2.0:compile
[INFO] |  |  |  |  |  |  +- (org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  |  |  |  |  +- (com.google.inject:guice:jar:3.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey:jersey-json:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  \- (com.sun.jersey.contribs:jersey-guice:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0:compile
[INFO] |  |  |  |  |  |  +- (org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.5:compile - omitted for conflict with 3.4.9)
[INFO] |  |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  |  |  |  |  +- (com.google.inject:guice:jar:3.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- (com.sun.jersey:jersey-json:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  |  \- (com.sun.jersey.contribs:jersey-guice:jar:1.9:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0:compile
[INFO] |  |  |  |  |  +- (org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile
[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile
[INFO] |  |  |  |  |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0:compile
[INFO] |  |  |  |  +- (org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  \- (org.apache.hadoop:hadoop-annotations:jar:2.2.0:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  |  +- org.apache.thrift:libthrift:jar:0.9.1:compile
[INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.5.8:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  \- (org.apache.commons:commons-lang3:jar:3.1:compile - omitted for conflict with 3.3.1)
[INFO] |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.locationtech.geomesa:geomesa-accumulo-datastore_2.11:jar:1.3.1:compile
[INFO] |  |  +- org.locationtech.geomesa:geomesa-index-api_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-filter_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  +- org.locationtech.geomesa:geomesa-feature-kryo_2.11:jar:1.3.1:compile
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  +- (org.locationtech.geomesa:geomesa-feature-common_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.geotools:gt-process-feature:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (com.esotericsoftware.kryo:kryo:jar:2.21:compile - omitted for duplicate)
[INFO] |  |  |  |  +- org.json4s:json4s-native_2.11:jar:3.2.10:compile
[INFO] |  |  |  |  |  +- (org.scala-lang:scala-library:jar:2.11.0:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  |  \- org.json4s:json4s-core_2.11:jar:3.2.10:compile
[INFO] |  |  |  |  |     +- (org.scala-lang:scala-library:jar:2.11.0:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.10:compile
[INFO] |  |  |  |  |     |  \- (org.scala-lang:scala-library:jar:2.11.0:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  |     +- (com.thoughtworks.paranamer:paranamer:jar:2.6:compile - omitted for conflict with 2.3)
[INFO] |  |  |  |  |     \- org.scala-lang:scalap:jar:2.11.0:compile
[INFO] |  |  |  |  |        \- org.scala-lang:scala-compiler:jar:2.11.0:compile
[INFO] |  |  |  |  |           +- (org.scala-lang:scala-library:jar:2.11.0:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  |           +- (org.scala-lang:scala-reflect:jar:2.11.0:compile - omitted for conflict with 2.11.1)
[INFO] |  |  |  |  |           +- (org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:compile - omitted for conflict with 1.0.5)
[INFO] |  |  |  |  |           \- (org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1:compile - omitted for conflict with 1.0.4)
[INFO] |  |  |  |  +- com.jayway.jsonpath:json-path:jar:2.2.0:compile
[INFO] |  |  |  |  |  +- net.minidev:json-smart:jar:2.2.1:compile
[INFO] |  |  |  |  |  |  \- net.minidev:accessors-smart:jar:1.1:compile
[INFO] |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.16:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-logger_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  +- org.geotools:gt-process-feature:jar:15.1:compile
[INFO] |  |  |  |  +- org.geotools:gt-process:jar:15.1:compile
[INFO] |  |  |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  |  +- (org.geotools:gt-coverage:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  |  +- (org.geotools:gt-shapefile:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  |  |  \- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (org.geotools:gt-grid:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (com.github.ben-manes.caffeine:caffeine:jar:2.3.3:compile - omitted for duplicate)
[INFO] |  |  |  +- org.calrissian.mango:mango-core:jar:1.2.0:compile
[INFO] |  |  |  |  +- (com.google.guava:guava:jar:15.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  |  |  +- (commons-codec:commons-codec:jar:1.8:compile - omitted for conflict with 1.4)
[INFO] |  |  |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (commons-net:commons-net:jar:3.3:compile - omitted for conflict with 3.1)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- (org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  +- org.locationtech.geomesa:geomesa-filter_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  +- (org.joda:joda-convert:jar:1.6:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  +- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-transform:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- org.locationtech.geomesa:geomesa-security_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- org.locationtech.geomesa:geomesa-feature-all_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- org.locationtech.geomesa:geomesa-feature-common_2.11:jar:1.3.1:compile
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  +- (org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-feature-kryo_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  +- org.locationtech.geomesa:geomesa-feature-avro_2.11:jar:1.3.1:compile
[INFO] |  |  |  |  +- (org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (org.locationtech.geomesa:geomesa-feature-common_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  +- (org.apache.avro:avro:jar:1.7.5:compile - omitted for conflict with 1.7.4)
[INFO] |  |  |  |  +- (com.github.ben-manes.caffeine:caffeine:jar:2.3.3:compile - omitted for duplicate)
[INFO] |  |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  +- org.locationtech.geomesa:geomesa-feature-nio_2.11:jar:1.3.1:compile
[INFO] |  |  |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- org.locationtech.geomesa:geomesa-z3_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- (org.locationtech.geomesa:geomesa-logger_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  |  +- org.locationtech.sfcurve:sfcurve-zorder_2.11:jar:0.2.0:compile
[INFO] |  |  |  |  +- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  \- org.locationtech.sfcurve:sfcurve-api_2.11:jar:0.2.0:compile
[INFO] |  |  |  |     \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  +- (org.geotools:gt-data:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-opengis:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  +- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-metadata:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- org.geotools:gt-render:jar:15.1:compile
[INFO] |  |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.geotools:gt-coverage:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  |  \- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  |  +- org.joda:joda-convert:jar:1.6:compile
[INFO] |  |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] |  |  |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.6:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] |  |  |  |  |  \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 14.0.1)
[INFO] |  |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] |  |  |  |  \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 14.0.1)
[INFO] |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] |  |  |  \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 14.0.1)
[INFO] |  |  +- com.github.ben-manes.caffeine:caffeine:jar:2.3.3:compile
[INFO] |  |  +- (org.apache.avro:avro:jar:1.7.5:compile - omitted for conflict with 1.7.4)
[INFO] |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  +- org.locationtech.geomesa:geomesa-utils_2.11:jar:1.3.1:compile
[INFO] |  |  +- org.locationtech.geomesa:geomesa-logger_2.11:jar:1.3.1:compile
[INFO] |  |  |  +- com.typesafe.scala-logging:scala-logging_2.11:jar:3.1.0:compile
[INFO] |  |  |  |  +- (org.scala-lang:scala-library:jar:2.11.1:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  |  +- (org.scala-lang:scala-reflect:jar:2.11.1:compile - omitted for conflict with 2.10.5)
[INFO] |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  +- (org.locationtech.geomesa:geomesa-z3_2.11:jar:1.3.1:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.commons:commons-pool2:jar:2.2:compile
[INFO] |  |  +- (org.apache.commons:commons-csv:jar:1.0:compile - omitted for duplicate)
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.4)
[INFO] |  |  +- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for conflict with 1.13)
[INFO] |  |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-metadata:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-opengis:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for conflict with 13.1)
[INFO] |  |  +- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- org.geotools:gt-grid:jar:15.1:compile
[INFO] |  |  |  \- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-data:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-shapefile:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.joda:joda-convert:jar:1.6:compile - omitted for duplicate)
[INFO] |  |  +- org.locationtech.spatial4j:spatial4j:jar:0.6:compile
[INFO] |  |  +- com.typesafe:config:jar:1.2.1:compile
[INFO] |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  +- com.esotericsoftware.kryo:kryo:jar:2.21:compile
[INFO] |  |  |  +- com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07:compile
[INFO] |  |  |  +- com.esotericsoftware.minlog:minlog:jar:1.2:compile
[INFO] |  |  |  \- org.objenesis:objenesis:jar:1.2:compile
[INFO] |  |  +- (com.google.code.gson:gson:jar:2.3.1:compile - omitted for conflict with 2.2.4)
[INFO] |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
[INFO] |  |  +- com.clearspring.analytics:stream:jar:2.9.2:compile
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile
[INFO] |  |  |  +- (org.scala-lang:scala-library:jar:2.11.5:compile - omitted for conflict with 2.11.8)
[INFO] |  |  |  \- org.parboiled:parboiled-core:jar:1.1.7:compile
[INFO] |  |  +- (org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.5:compile - omitted for conflict with 1.0.4)
[INFO] |  |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.5:compile
[INFO] |  |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  |  \- (org.scala-lang:scala-library:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] |  \- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for conflict with 3.4.9)
[INFO] +- com.incadencecorp.coalesce:coalesce-framework-persister-neo4j:jar:0.0.25-SNAPSHOT:compile
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-search:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  +- org.neo4j:neo4j-jdbc:jar:3.0.2-INC:compile
[INFO] |  +- org.neo4j:neo4j-jdbc-driver:jar:3.0.2-INC:compile
[INFO] |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.2)
[INFO] |  +- org.apache.felix:org.apache.felix.log:jar:1.0.1:compile
[INFO] |  |  +- (org.osgi:org.osgi.core:jar:4.1.0:compile - omitted for duplicate)
[INFO] |  |  \- org.osgi:org.osgi.compendium:jar:4.1.0:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  |  \- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
[INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  +- (org.scala-lang:scala-library:jar:2.10.5:compile - omitted for conflict with 2.11.8)
[INFO] |  +- org.scala-lang:scala-reflect:jar:2.10.5:compile
[INFO] |  |  \- (org.scala-lang:scala-library:jar:2.10.5:compile - omitted for conflict with 2.11.8)
[INFO] |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.restlet:jar:1.1.10_3:compile
[INFO] |  +- org.jsslutils:jsslutils:jar:1.0.7:compile
[INFO] |  \- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile
[INFO] +- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- org.osgi:org.osgi.core:jar:4.1.0:compile
[INFO] +- joda-time:joda-time:jar:2.8:compile
[INFO] +- com.incadencecorp.oe.common:oe-common:jar:0.0.1-SNAPSHOT:compile
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.21:compile
[INFO] |  +- gov.nasa:worldwind:jar:2.0.0:compile
[INFO] |  +- (joda-time:joda-time:jar:2.8:compile - omitted for duplicate)
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-framework-persister-accumulo:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  \- (com.incadencecorp.coalesce:coalesce-framework-persister-neo4j:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- com.incadencecorp.oe.entities:oe-entities:jar:0.0.1-SNAPSHOT:compile
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:compile - omitted for duplicate)
[INFO] |  +- (org.osgi:org.osgi.core:jar:6.0.0:compile - omitted for conflict with 4.1.0)
[INFO] |  +- (joda-time:joda-time:jar:2.8:compile - omitted for duplicate)
[INFO] |  \- (com.incadencecorp.oe.common:oe-common:jar:0.0.1-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.elasticsearch:elasticsearch:jar:1.7.5:compile
[INFO] |  +- org.apache.lucene:lucene-core:jar:4.10.4:compile
[INFO] |  +- org.apache.lucene:lucene-analyzers-common:jar:4.10.4:compile
[INFO] |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-queries:jar:4.10.4:compile
[INFO] |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-memory:jar:4.10.4:compile
[INFO] |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-highlighter:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.lucene:lucene-memory:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.lucene:lucene-queries:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-queryparser:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.lucene:lucene-queries:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.lucene:lucene-sandbox:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-sandbox:jar:4.10.4:compile
[INFO] |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-suggest:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-analyzers-common:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.lucene:lucene-misc:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.lucene:lucene-queries:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-misc:jar:4.10.4:compile
[INFO] |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-join:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.lucene:lucene-grouping:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-grouping:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.lucene:lucene-queries:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  +- org.apache.lucene:lucene-spatial:jar:4.10.4:compile
[INFO] |  |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.lucene:lucene-queries:jar:4.10.4:compile - omitted for duplicate)
[INFO] |  |  \- com.spatial4j:spatial4j:jar:0.4.1:compile
[INFO] |  \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] +- ironhide:ironhide-client:jar:1.0.6:compile
[INFO] |  +- ironhide:ironhide-core:jar:1.0.6:compile
[INFO] |  |  \- (org.elasticsearch:elasticsearch:jar:1.7.5:compile - omitted for duplicate)
[INFO] |  \- ironhide:ironhide-transport:jar:1.0.6:compile
[INFO] |     +- (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 14.0.1)
[INFO] |     +- (commons-codec:commons-codec:jar:1.10:compile - omitted for conflict with 1.4)
[INFO] |     +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
[INFO] |     +- ironhide:accumulo-authorizations:jar:1.0.6:compile
[INFO] |     |  +- (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 14.0.1)
[INFO] |     |  \- (commons-codec:commons-codec:jar:1.10:compile - omitted for conflict with 1.4)
[INFO] |     +- ironhide:lucure-core:jar:1.0.6:compile
[INFO] |     |  +- (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 14.0.1)
[INFO] |     |  +- (ironhide:accumulo-authorizations:jar:1.0.6:compile - omitted for duplicate)
[INFO] |     |  +- (org.apache.lucene:lucene-analyzers-common:jar:4.10.4:compile - omitted for duplicate)
[INFO] |     |  +- org.apache.lucene:lucene-codecs:jar:4.10.4:compile
[INFO] |     |  |  \- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |     |  +- (org.apache.lucene:lucene-core:jar:4.10.4:compile - omitted for duplicate)
[INFO] |     |  \- (org.apache.lucene:lucene-queryparser:jar:4.10.4:compile - omitted for duplicate)
[INFO] |     \- org.apache.directory.api:api-ldap-client-all:jar:1.0.0-M28:compile
[INFO] +- org.apache.tika:tika-core:jar:1.15:compile
[INFO] +- org.apache.tika:tika-parsers:jar:1.15:compile
[INFO] |  +- (org.apache.tika:tika-core:jar:1.15:compile - omitted for duplicate)
[INFO] |  +- org.gagravarr:vorbis-java-tika:jar:0.8:compile
[INFO] |  |  \- (org.apache.tika:tika-core:jar:1.12:compile - omitted for conflict with 1.15)
[INFO] |  +- com.healthmarketscience.jackcess:jackcess:jar:2.1.4:compile
[INFO] |  |  \- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
[INFO] |  +- com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.1:compile
[INFO] |  |  \- (com.healthmarketscience.jackcess:jackcess:jar:2.1.0:compile - omitted for conflict with 2.1.4)
[INFO] |  +- org.tallison:jmatio:jar:1.2:compile
[INFO] |  +- org.apache.james:apache-mime4j-core:jar:0.7.2:compile
[INFO] |  +- org.apache.james:apache-mime4j-dom:jar:0.7.2:compile
[INFO] |  |  \- (org.apache.james:apache-mime4j-core:jar:0.7.2:compile - omitted for duplicate)
[INFO] |  +- org.apache.commons:commons-compress:jar:1.13:compile
[INFO] |  +- org.tukaani:xz:jar:1.6:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.10:compile
[INFO] |  +- org.apache.pdfbox:pdfbox:jar:2.0.6:compile
[INFO] |  |  \- org.apache.pdfbox:fontbox:jar:2.0.6:compile
[INFO] |  +- org.apache.pdfbox:pdfbox-tools:jar:2.0.6:compile
[INFO] |  |  \- org.apache.pdfbox:pdfbox-debugger:jar:2.0.6:compile
[INFO] |  |     \- (org.apache.pdfbox:pdfbox:jar:2.0.6:compile - omitted for duplicate)
[INFO] |  +- org.apache.pdfbox:jempbox:jar:1.8.13:compile
[INFO] |  +- org.bouncycastle:bcmail-jdk15on:jar:1.54:compile
[INFO] |  |  +- (org.bouncycastle:bcprov-jdk15on:jar:1.54:compile - omitted for duplicate)
[INFO] |  |  \- org.bouncycastle:bcpkix-jdk15on:jar:1.54:compile
[INFO] |  |     \- (org.bouncycastle:bcprov-jdk15on:jar:1.54:compile - omitted for duplicate)
[INFO] |  +- org.bouncycastle:bcprov-jdk15on:jar:1.54:compile
[INFO] |  +- org.apache.poi:poi:jar:3.16:compile
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] |  |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] |  +- org.apache.poi:poi-scratchpad:jar:3.16:compile
[INFO] |  |  \- (org.apache.poi:poi:jar:3.16:compile - omitted for duplicate)
[INFO] |  +- org.apache.poi:poi-ooxml:jar:3.16:compile
[INFO] |  |  +- (org.apache.poi:poi:jar:3.16:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:3.16:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] |  +- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] |  +- com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
[INFO] |  +- (com.drewnoakes:metadata-extractor:jar:2.9.1:compile - omitted for conflict with 2.6.2)
[INFO] |  +- de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
[INFO] |  +- com.rometools:rome:jar:1.5.1:compile
[INFO] |  |  +- com.rometools:rome-utils:jar:1.5.1:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.gagravarr:vorbis-java-core:jar:0.8:compile
[INFO] |  +- com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
[INFO] |  +- org.codelibs:jhighlight:jar:1.0.2:compile
[INFO] |  +- com.pff:java-libpst:jar:0.8.1:compile
[INFO] |  +- com.github.junrar:junrar:jar:0.7:compile
[INFO] |  |  \- (org.apache.commons:commons-vfs2:jar:2.0:compile - omitted for conflict with 2.1)
[INFO] |  +- org.apache.cxf:cxf-rt-rs-client:jar:3.0.12:compile
[INFO] |  |  +- (org.apache.cxf:cxf-rt-transports-http:jar:3.0.12:compile - omitted for conflict with 3.1.0)
[INFO] |  |  +- (org.apache.cxf:cxf-core:jar:3.0.12:compile - omitted for conflict with 3.1.0)
[INFO] |  |  \- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.12:compile
[INFO] |  |     +- (org.apache.cxf:cxf-core:jar:3.0.12:compile - omitted for duplicate)
[INFO] |  |     +- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate)
[INFO] |  |     +- (javax.annotation:javax.annotation-api:jar:1.2:compile - omitted for duplicate)
[INFO] |  |     \- (org.apache.cxf:cxf-rt-transports-http:jar:3.0.12:compile - omitted for duplicate)
[INFO] |  +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] |  +- org.apache.opennlp:opennlp-tools:jar:1.6.0:compile
[INFO] |  +- (commons-io:commons-io:jar:2.5:compile - omitted for conflict with 2.4)
[INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] |  +- org.json:json:jar:20140107:compile
[INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] |  +- (org.slf4j:slf4j-api:jar:1.7.24:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.slf4j:jul-to-slf4j:jar:1.7.24:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.24:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.7.24:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.24:compile - omitted for conflict with 1.7.21)
[INFO] |  +- edu.ucar:netcdf4:jar:4.5.5:compile
[INFO] |  |  +- (edu.ucar:cdm:jar:4.5.5:compile - omitted for duplicate)
[INFO] |  |  +- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] |  |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  +- edu.ucar:grib:jar:4.5.5:compile
[INFO] |  |  +- (edu.ucar:cdm:jar:4.5.5:compile - omitted for duplicate)
[INFO] |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.2.0)
[INFO] |  |  +- (org.jdom:jdom2:jar:2.0.4:compile - omitted for conflict with 2.0.5)
[INFO] |  |  +- org.jsoup:jsoup:jar:1.7.2:compile
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (net.jcip:jcip-annotations:jar:1.0:compile - omitted for duplicate)
[INFO] |  |  +- edu.ucar:jj2000:jar:5.2:compile
[INFO] |  |  \- org.itadaki:bzip2:jar:0.9.1:compile
[INFO] |  +- edu.ucar:cdm:jar:4.5.5:compile
[INFO] |  |  +- edu.ucar:udunits:jar:4.5.5:compile
[INFO] |  |  |  +- (joda-time:joda-time:jar:2.2:compile - omitted for conflict with 2.8)
[INFO] |  |  |  \- (net.jcip:jcip-annotations:jar:1.0:compile - omitted for duplicate)
[INFO] |  |  +- (edu.ucar:httpservices:jar:4.5.5:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.httpcomponents:httpcore:jar:4.2.5:compile - omitted for conflict with 4.4.1)
[INFO] |  |  +- (joda-time:joda-time:jar:2.2:compile - omitted for conflict with 2.8)
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (org.jdom:jdom2:jar:2.0.4:compile - omitted for conflict with 2.0.5)
[INFO] |  |  +- (net.jcip:jcip-annotations:jar:1.0:compile - omitted for duplicate)
[INFO] |  |  +- org.quartz-scheduler:quartz:jar:2.2.0:compile
[INFO] |  |  |  +- c3p0:c3p0:jar:0.9.1.1:compile
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.6.6:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
[INFO] |  |  +- net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 14.0.1)
[INFO] |  |  +- (org.itadaki:bzip2:jar:0.9.1:compile - omitted for duplicate)
[INFO] |  |  \- (com.beust:jcommander:jar:1.35:compile - omitted for conflict with 1.32)
[INFO] |  +- edu.ucar:httpservices:jar:4.5.5:compile
[INFO] |  |  +- (net.jcip:jcip-annotations:jar:1.0:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.httpcomponents:httpclient:jar:4.2.6:compile - omitted for conflict with 4.4.1)
[INFO] |  |  +- (org.apache.httpcomponents:httpcore:jar:4.2.5:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.httpcomponents:httpmime:jar:4.2.6:compile
[INFO] |  |  |  \- (org.apache.httpcomponents:httpcore:jar:4.2.5:compile - omitted for duplicate)
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21)
[INFO] |  +- org.apache.commons:commons-csv:jar:1.0:compile
[INFO] |  +- org.apache.sis.core:sis-utility:jar:0.6:compile
[INFO] |  |  \- (org.opengis:geoapi:jar:3.0.0:compile - omitted for duplicate)
[INFO] |  +- org.apache.sis.storage:sis-netcdf:jar:0.6:compile
[INFO] |  |  +- org.apache.sis.storage:sis-storage:jar:0.6:compile
[INFO] |  |  |  +- (org.apache.sis.core:sis-metadata:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.apache.sis.core:sis-referencing:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.opengis:geoapi:jar:3.0.0:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.sis.core:sis-metadata:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.sis.core:sis-referencing:jar:0.6:compile
[INFO] |  |  |  +- (org.apache.sis.core:sis-utility:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  |  +- (org.apache.sis.core:sis-metadata:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.opengis:geoapi:jar:3.0.0:compile - omitted for duplicate)
[INFO] |  |  \- (org.opengis:geoapi:jar:3.0.0:compile - omitted for duplicate)
[INFO] |  +- org.apache.sis.core:sis-metadata:jar:0.6:compile
[INFO] |  |  +- (org.apache.sis.core:sis-utility:jar:0.6:compile - omitted for duplicate)
[INFO] |  |  \- (org.opengis:geoapi:jar:3.0.0:compile - omitted for duplicate)
[INFO] |  +- org.opengis:geoapi:jar:3.0.0:compile
[INFO] |  |  \- javax.measure:jsr-275:jar:0.9.3:compile
[INFO] |  +- edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
[INFO] |  |  +- (org.apache.tika:tika-core:jar:1.13:compile - omitted for conflict with 1.15)
[INFO] |  |  \- org.apache.tika:tika-langdetect:jar:1.13:compile
[INFO] |  |     +- (org.apache.tika:tika-core:jar:1.13:compile - omitted for conflict with 1.15)
[INFO] |  |     +- com.optimaize.languagedetector:language-detector:jar:0.5:compile
[INFO] |  |     |  +- net.arnx:jsonic:jar:1.2.11:compile
[INFO] |  |     |  +- com.intellij:annotations:jar:12.0:compile
[INFO] |  |     |  +- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 14.0.1)
[INFO] |  |     |  \- (org.slf4j:slf4j-api:jar:1.7.6:compile - omitted for conflict with 1.7.21)
[INFO] |  |     +- (org.apache.cxf:cxf-rt-rs-client:jar:3.0.3:compile - omitted for conflict with 3.0.12)
[INFO] |  |     \- (com.google.code.gson:gson:jar:2.6.1:compile - omitted for conflict with 2.2.4)
[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.8.1:compile
[INFO] +- edu.stanford.nlp:stanford-corenlp:jar:3.8.0:compile
[INFO] |  +- com.apple:AppleJavaExtensions:jar:1.4:compile
[INFO] |  +- de.jollyday:jollyday:jar:0.4.9:compile
[INFO] |  |  +- (joda-time:joda-time:jar:2.4:compile - omitted for conflict with 2.8)
[INFO] |  |  \- javax.xml.bind:jaxb-api:jar:2.2.7:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] |  +- (org.apache.lucene:lucene-queryparser:jar:4.10.3:compile - omitted for conflict with 4.10.4)
[INFO] |  +- (org.apache.lucene:lucene-analyzers-common:jar:4.10.3:compile - omitted for conflict with 4.10.4)
[INFO] |  +- (org.apache.lucene:lucene-queries:jar:4.10.3:compile - omitted for conflict with 4.10.4)
[INFO] |  +- (org.apache.lucene:lucene-core:jar:4.10.3:compile - omitted for conflict with 4.10.4)
[INFO] |  +- com.io7m.xom:xom:jar:1.2.10:compile
[INFO] |  |  +- (xml-apis:xml-apis:jar:1.3.03:compile - omitted for conflict with 1.4.01)
[INFO] |  |  +- (xerces:xercesImpl:jar:2.8.0:compile - omitted for conflict with 2.8.1)
[INFO] |  |  \- xalan:xalan:jar:2.7.0:compile
[INFO] |  |     \- (xml-apis:xml-apis:jar:1.0.b2:compile - omitted for conflict with 1.4.01)
[INFO] |  +- (joda-time:joda-time:jar:2.9.4:compile - omitted for conflict with 2.8)
[INFO] |  +- com.googlecode.efficient-java-matrix-library:ejml:jar:0.23:compile
[INFO] |  +- org.glassfish:javax.json:jar:1.0.4:compile
[INFO] |  +- (org.slf4j:slf4j-api:jar:1.7.12:compile - omitted for conflict with 1.7.21)
[INFO] |  \- com.google.protobuf:protobuf-java:jar:3.2.0:compile
[INFO] +- com.drewnoakes:metadata-extractor:jar:2.9.1:compile
[INFO] |  \- com.adobe.xmp:xmpcore:jar:5.1.2:compile
[INFO] +- com.incadencecorp.coalesce.framework.persistance:persister-derby:jar:0.0.25-SNAPSHOT:test
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:test - omitted for duplicate)
[INFO] |  +- (com.incadencecorp.coalesce:coalesce-search:jar:0.0.25-SNAPSHOT:test - omitted for duplicate)
[INFO] |  +- com.incadencecorp.coalesce:coalesce-framework-persister-postgresql:jar:0.0.25-SNAPSHOT:test
[INFO] |  |  +- (com.incadencecorp.coalesce:coalesce-core:jar:0.0.25-SNAPSHOT:test - omitted for duplicate)
[INFO] |  |  +- (com.incadencecorp.coalesce:coalesce-search:jar:0.0.25-SNAPSHOT:test - omitted for duplicate)
[INFO] |  |  +- org.postgresql:postgresql:jar:9.3-1102-jdbc41:test
[INFO] |  |  \- org.geotools.jdbc:gt-jdbc-postgis:jar:13.1:test
[INFO] |  |     +- postgresql:postgresql:jar:8.4-701.jdbc3:test
[INFO] |  |     +- (org.geotools:gt-jdbc:jar:13.1:test - omitted for conflict with 15.1)
[INFO] |  |     \- (javax.media:jai_core:jar:1.1.3:test - omitted for duplicate)
[INFO] |  +- org.apache.derby:derby:jar:10.13.1.1:test
[INFO] |  \- org.apache.derby:derbyclient:jar:10.13.1.1:test
[INFO] +- junit:junit:jar:4.11:test (scope not updated to compile)
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.4.1:compile
[INFO] |  +- org.apache.httpcomponents:httpcore:jar:4.4.1:compile
[INFO] |  +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.1)
[INFO] |  \- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.10)
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.8.0-alpha2:compile
[INFO] |  +- (org.slf4j:slf4j-api:jar:1.8.0-alpha2:compile - omitted for conflict with 1.7.21)
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.1.0:compile
[INFO] |  +- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] |  +- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for conflict with 5.0.4)
[INFO] |  +- org.apache.cxf:cxf-core:jar:3.1.0:compile
[INFO] |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[INFO] |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] |  |  \- org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1:compile
[INFO] |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:3.1.0:compile
[INFO] |  |  +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |  +- org.apache.cxf:cxf-rt-wsdl:jar:3.1.0:compile
[INFO] |  |  |  +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |  |  +- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] |  |  |  \- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for conflict with 5.0.4)
[INFO] |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.1.0:compile
[INFO] |  |     +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |     +- (org.apache.cxf:cxf-rt-wsdl:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |     \- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:3.1.0:compile
[INFO] |  |  \- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:3.1.0:compile
[INFO] |  |  +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |  +- (org.apache.cxf:cxf-rt-bindings-soap:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  |  \- (org.apache.cxf:cxf-rt-wsdl:jar:3.1.0:compile - omitted for duplicate)
[INFO] |  \- org.apache.cxf:cxf-rt-ws-addr:jar:3.1.0:compile
[INFO] |     +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |     +- (org.apache.cxf:cxf-rt-bindings-soap:jar:3.1.0:compile - omitted for duplicate)
[INFO] |     \- org.apache.cxf:cxf-rt-ws-policy:jar:3.1.0:compile
[INFO] |        +- (wsdl4j:wsdl4j:jar:1.6.3:compile - omitted for duplicate)
[INFO] |        +- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] |        \- org.apache.neethi:neethi:jar:3.0.3:compile
[INFO] +- org.apache.cxf:cxf-rt-transports-http:jar:3.1.0:compile
[INFO] |  \- (org.apache.cxf:cxf-core:jar:3.1.0:compile - omitted for duplicate)
[INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.2.0:compile
[INFO] |  +- com.google.guava:guava:jar:11.0.2:compile
[INFO] |  |  \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  |  \- (org.mortbay.jetty:jetty-util:jar:6.1.26:compile - omitted for duplicate)
[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] |  +- com.sun.jersey:jersey-server:jar:1.9:compile
[INFO] |  |  +- asm:asm:jar:3.1:compile
[INFO] |  |  \- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
[INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.10)
[INFO] |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  +- (commons-lang:commons-lang:jar:2.5:compile - omitted for conflict with 2.6)
[INFO] |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  +- commons-daemon:commons-daemon:jar:1.0.13:compile
[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:compile
[INFO] |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
[INFO] |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.2.0)
[INFO] |  +- javax.servlet:servlet-api:jar:2.5:compile
[INFO] |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  +- tomcat:jasper-runtime:jar:5.5.23:compile
[INFO] |  |  +- (javax.servlet:servlet-api:jar:2.4:compile - omitted for conflict with 2.5)
[INFO] |  |  \- commons-el:commons-el:jar:1.0:compile
[INFO] |  |     \- (commons-logging:commons-logging:jar:1.0.3:compile - omitted for conflict with 1.1.1)
[INFO] |  \- xmlenc:xmlenc:jar:0.52:compile
[INFO] +- org.apache.hadoop:hadoop-common:jar:2.2.0:compile
[INFO] |  +- org.apache.hadoop:hadoop-annotations:jar:2.2.0:compile
[INFO] |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
[INFO] |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
[INFO] |  +- org.apache.commons:commons-math:jar:2.1:compile
[INFO] |  +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate)
[INFO] |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |  |  +- (commons-logging:commons-logging:jar:1.0.4:compile - omitted for conflict with 1.1.1)
[INFO] |  |  \- (commons-codec:commons-codec:jar:1.2:compile - omitted for conflict with 1.10)
[INFO] |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.10)
[INFO] |  +- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  +- commons-net:commons-net:jar:3.1:compile
[INFO] |  +- (javax.servlet:servlet-api:jar:2.5:compile - omitted for duplicate)
[INFO] |  +- (org.mortbay.jetty:jetty:jar:6.1.26:compile - omitted for duplicate)
[INFO] |  +- (org.mortbay.jetty:jetty-util:jar:6.1.26:compile - omitted for duplicate)
[INFO] |  +- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
[INFO] |  +- com.sun.jersey:jersey-json:jar:1.9:compile
[INFO] |  |  +- (org.codehaus.jettison:jettison:jar:1.1:compile - omitted for conflict with 1.3.7)
[INFO] |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile
[INFO] |  |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  |  \- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  +- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile
[INFO] |  |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  |  \- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
[INFO] |  |  \- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
[INFO] |  +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate)
[INFO] |  +- tomcat:jasper-compiler:jar:5.5.23:runtime
[INFO] |  +- (tomcat:jasper-runtime:jar:5.5.23:runtime - omitted for duplicate)
[INFO] |  +- (javax.servlet.jsp:jsp-api:jar:2.1:runtime - omitted for duplicate)
[INFO] |  +- (commons-el:commons-el:jar:1.0:compile - scope updated from runtime; omitted for duplicate)
[INFO] |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.6.1:compile
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.3:compile - omitted for conflict with 1.10)
[INFO] |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  |  \- (commons-httpclient:commons-httpclient:jar:3.1:compile - omitted for duplicate)
[INFO] |  +- (commons-lang:commons-lang:jar:2.5:compile - omitted for conflict with 2.6)
[INFO] |  +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] |  |  +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] |  |  +- (commons-lang:commons-lang:jar:2.4:compile - omitted for conflict with 2.6)
[INFO] |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  |  +- commons-digester:commons-digester:jar:1.8:compile
[INFO] |  |  |  +- (commons-beanutils:commons-beanutils:jar:1.7.0:compile - omitted for duplicate)
[INFO] |  |  |  \- (commons-logging:commons-logging:jar:1.1:compile - omitted for conflict with 1.1.1)
[INFO] |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] |  |     \- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate)
[INFO] |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:runtime - omitted for conflict with 1.8.0-alpha2)
[INFO] |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  +- org.apache.avro:avro:jar:1.7.4:compile
[INFO] |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile - omitted for conflict with 1.9.13)
[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  +- (org.xerial.snappy:snappy-java:jar:1.0.4.1:compile - omitted for conflict with 1.1.2.6)
[INFO] |  |  +- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for conflict with 1.13)
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.6.4:compile - omitted for conflict with 1.7.21)
[INFO] |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.2.0)
[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:2.2.0:compile
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21)
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.10)
[INFO] |  |  +- (log4j:log4j:jar:1.2.17:runtime - omitted for duplicate)
[INFO] |  |  \- (org.slf4j:slf4j-log4j12:jar:1.7.5:runtime - omitted for conflict with 1.8.0-alpha2)
[INFO] |  +- com.jcraft:jsch:jar:0.1.42:compile
[INFO] |  +- (org.apache.zookeeper:zookeeper:jar:3.4.5:compile - omitted for conflict with 3.4.9)
[INFO] |  \- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for conflict with 1.13)
[INFO] +- org.glassfish.jersey.core:jersey-client:jar:2.25.1:compile
[INFO] |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.25.1:compile
[INFO] |  |  +- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate)
[INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.25.1:compile
[INFO] |  |  +- (org.glassfish.hk2:hk2-api:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |  |  +- (org.glassfish.hk2.external:javax.inject:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |  |  +- (org.glassfish.hk2:hk2-locator:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] |  +- org.glassfish.hk2:hk2-api:jar:2.5.0-b32:compile
[INFO] |  |  +- org.glassfish.hk2:hk2-utils:jar:2.5.0-b32:compile
[INFO] |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b32:compile
[INFO] |  +- (org.glassfish.hk2.external:javax.inject:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |  \- org.glassfish.hk2:hk2-locator:jar:2.5.0-b32:compile
[INFO] |     +- (org.glassfish.hk2.external:javax.inject:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |     +- (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |     +- (org.glassfish.hk2:hk2-api:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |     +- (org.glassfish.hk2:hk2-utils:jar:2.5.0-b32:compile - omitted for duplicate)
[INFO] |     \- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.25.1:compile
[INFO] |  +- (org.glassfish.jersey.core:jersey-common:jar:2.25.1:compile - omitted for duplicate)
[INFO] |  +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.25.1:compile
[INFO] |  |  \- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate)
[INFO] |  +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.8.4:compile
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile - omitted for conflict with 2.8.1)
[INFO] |  |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.8.4:compile
[INFO] |  |     +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile - omitted for conflict with 2.8.4)
[INFO] |  |     \- (com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile - omitted for conflict with 2.8.1)
[INFO] |  +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.8.4:compile
[INFO] |  |  +- (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.8.4:compile - omitted for duplicate)
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile - omitted for conflict with 2.8.1)
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.8.4:compile - omitted for duplicate)
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.8.4:compile
[INFO] |  |     +- (com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile - omitted for conflict with 2.8.1)
[INFO] |  |     +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile - omitted for duplicate)
[INFO] |  |     \- (com.fasterxml.jackson.core:jackson-databind:jar:2.8.4:compile - omitted for duplicate)
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.4:compile
[INFO] +- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.glassfish.hk2.external:javax.inject:jar:2.5.0-b32:compile
[INFO] +- net.java.dev.jsr-275:jsr-275:jar:1.0-beta-2:compile
[INFO] +- javax.media:jai_core:jar:1.1.3:provided (scope not updated to compile)
[INFO] +- javax.media:jai_codec:jar:1.1.3:provided (scope not updated to compile)
[INFO] +- javax.media:jai_imageio:jar:1.1:provided (scope not updated to compile)
[INFO] +- org.geotools:gt-main:jar:15.1:compile
[INFO] |  +- org.geotools:gt-api:jar:15.1:compile
[INFO] |  |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  |  \- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  \- org.jdom:jdom:jar:1.1.3:compile
[INFO] +- org.geotools:gt-shapefile:jar:15.1:compile
[INFO] |  +- (org.geotools:gt-data:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- (org.jdom:jdom:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  \- (javax.media:jai_core:jar:1.1.3:compile - omitted for duplicate)
[INFO] +- org.geotools:gt-opengis:jar:15.1:compile
[INFO] |  +- (net.java.dev.jsr-275:jsr-275:jar:1.0-beta-2:compile - omitted for duplicate)
[INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- org.geotools:gt-cql:jar:15.1:compile
[INFO] |  \- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] +- org.geotools:gt-metadata:jar:15.1:compile
[INFO] |  \- (org.geotools:gt-opengis:jar:15.1:compile - omitted for duplicate)
[INFO] +- org.geotools:gt-data:jar:15.1:compile
[INFO] |  \- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] +- org.geotools:gt-imagemosaic:jar:15.1:compile
[INFO] |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- org.geotools:gt-coverage:jar:15.1:compile
[INFO] |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  |  +- it.geosolutions.imageio-ext:imageio-ext-tiff:jar:1.1.15:compile
[INFO] |  |  |  +- (it.geosolutions.imageio-ext:imageio-ext-utilities:jar:1.1.15:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.imageio-ext:imageio-ext-geocore:jar:1.1.15:compile - omitted for duplicate)
[INFO] |  |  |  \- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  +- org.jaitools:jt-zonalstats:jar:1.4.0:compile
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.4.0:compile - omitted for duplicate)
[INFO] |  |  +- (org.jaitools:jt-utils:jar:1.4.0:compile - omitted for duplicate)
[INFO] |  |  +- it.geosolutions.jaiext.affine:jt-affine:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.scale:jt-scale:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.algebra:jt-algebra:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.border:jt-border:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.buffer:jt-buffer:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.crop:jt-crop:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.lookup:jt-lookup:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.lookup:jt-lookup:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.nullop:jt-nullop:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.rescale:jt-rescale:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.scale:jt-scale:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.translate:jt-translate:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.stats:jt-stats:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:17.0:compile - omitted for conflict with 11.0.2)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.translate:jt-translate:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.warp:jt-warp:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.border:jt-border:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.zonal:jt-zonal:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.iterators:jt-iterators:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.stats:jt-stats:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.binarize:jt-binarize:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.format:jt-format:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.border:jt-border:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.classifier:jt-classifier:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  +- it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.0.9:compile
[INFO] |  |  |  +- (it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.9:compile - omitted for duplicate)
[INFO] |  |  |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  |  \- (org.jaitools:jt-utils:jar:1.3.1:compile - omitted for conflict with 1.4.0)
[INFO] |  |  \- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] |  +- org.geotools:gt-jdbc:jar:15.1:compile
[INFO] |  |  +- (org.geotools:gt-api:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-data:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  |  |  \- (commons-pool:commons-pool:jar:1.5.4:compile - omitted for duplicate)
[INFO] |  |  \- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for conflict with 3.2.1)
[INFO] |  +- (com.vividsolutions:jts:jar:1.13:compile - omitted for duplicate)
[INFO] |  +- (net.java.dev.jsr-275:jsr-275:jar:1.0-beta-2:compile - omitted for duplicate)
[INFO] |  +- org.geotools:gt-epsg-hsql:jar:15.1:compile
[INFO] |  |  +- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  \- org.hsqldb:hsqldb:jar:2.3.0:compile
[INFO] |  +- (org.geotools:gt-shapefile:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- org.geotools:gt-geotiff:jar:15.1:compile
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-coverage:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  +- (org.geotools:gt-referencing:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  \- (it.geosolutions.imageio-ext:imageio-ext-tiff:jar:1.1.15:compile - omitted for duplicate)
[INFO] |  +- org.geotools:gt-transform:jar:15.1:compile
[INFO] |  |  \- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- it.geosolutions.imageio-ext:imageio-ext-streams:jar:1.1.15:compile
[INFO] |  |  +- it.geosolutions.imageio-ext:imageio-ext-utilities:jar:1.1.15:compile
[INFO] |  |  |  \- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  |  \- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  +- it.geosolutions.imageio-ext:imageio-ext-geocore:jar:1.1.15:compile
[INFO] |  |  +- (it.geosolutions.imageio-ext:imageio-ext-utilities:jar:1.1.15:compile - omitted for duplicate)
[INFO] |  |  +- (it.geosolutions.imageio-ext:imageio-ext-streams:jar:1.1.15:compile - omitted for duplicate)
[INFO] |  |  \- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  +- org.geotools:gt-image:jar:15.1:compile
[INFO] |  |  +- (org.geotools:gt-main:jar:15.1:compile - omitted for duplicate)
[INFO] |  |  \- (org.geotools:gt-coverage:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- (org.geotools:gt-cql:jar:15.1:compile - omitted for duplicate)
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] |  |  \- (commons-logging:commons-logging:jar:1.0.3:compile - omitted for conflict with 1.2)
[INFO] |  +- org.jaitools:jt-utils:jar:1.4.0:compile
[INFO] |  |  \- (com.vividsolutions:jts:jar:1.12:compile - omitted for conflict with 1.13)
[INFO] |  +- org.jaitools:jt-vectorbinarize:jar:1.4.0:compile
[INFO] |  |  +- (com.vividsolutions:jts:jar:1.12:compile - omitted for conflict with 1.13)
[INFO] |  |  \- (org.jaitools:jt-utils:jar:1.4.0:compile - omitted for duplicate)
[INFO] |  +- net.sf.ehcache:ehcache:jar:1.6.2:compile
[INFO] |  +- (javax.media:jai_codec:jar:1.1.3:compile - omitted for duplicate)
[INFO] |  \- (commons-io:commons-io:jar:2.1:compile - omitted for conflict with 2.4)
[INFO] \- org.geotools:gt-referencing:jar:15.1:compile
[INFO]    +- com.googlecode.efficient-java-matrix-library:core:jar:0.26:compile
[INFO]    +- (commons-pool:commons-pool:jar:1.5.4:compile - omitted for duplicate)
[INFO]    +- (org.geotools:gt-metadata:jar:15.1:compile - omitted for duplicate)
[INFO]    \- net.sf.geographiclib:GeographicLib-Java:jar:1.44:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.792 s
[INFO] Finished at: 2017-07-08T01:45:53-04:00
[INFO] Final Memory: 47M/1006M
[INFO] ------------------------------------------------------------------------
Davids-MacBook-Pro:oe-ingest BigDataDaddy$ 

<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.incadencecorp.oe.ingest</groupId>
	<version>0.0.1-SNAPSHOT</version>

	<properties>
		<default.installdir>/opt/oe-ingest</default.installdir>
		<maven.compiler.source>1.8</maven.compiler.source>
		<maven.compiler.target>1.8</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<gt.version>15.1</gt.version>
		<jaiext.version>1.0.9</jaiext.version>
	</properties>

	<distributionManagement>
		<repository>
			<id>nexus</id>
			<url>http://10.15.0.230:8081/repository/maven-releases</url>
		</repository>
		<snapshotRepository>
			<id>nexus</id>
			<url>http://10.15.0.230:8081/repository/maven-snapshots</url>
		</snapshotRepository>
	</distributionManagement>

	<repositories>
		<repository>
			<id>maven2-repository.dev.java.net</id>
			<name>Java.net repository</name>
			<url>http://download.java.net/maven/2</url>
		</repository>
		<repository>
			<id>elasticsearch-releases</id>
			<url>http://maven.elasticsearch.org/releases</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>

	</repositories>

	<dependencies>
		<dependency>
			<groupId>org.neo4j.driver</groupId>
			<artifactId>neo4j-java-driver</artifactId>
			<version>1.3.0</version>
		</dependency>

		<dependency>
			<groupId>org.apache.kafka</groupId>
			<artifactId>kafka_2.11</artifactId>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.coalesce</groupId>
			<artifactId>coalesce-core</artifactId>
			<version>0.0.25-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.coalesce</groupId>
			<artifactId>coalesce-framework-persister-accumulo</artifactId>
			<version>0.0.25-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.coalesce</groupId>
			<artifactId>coalesce-framework-persister-neo4j</artifactId>
			<version>0.0.25-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>xml-apis</groupId>
			<artifactId>xml-apis</artifactId>
			<version>1.4.01</version>
		</dependency>
		<dependency>
			<groupId>org.osgi</groupId>
			<artifactId>org.osgi.core</artifactId>
			<version>4.1.0</version>
		</dependency>
		<dependency>
			<artifactId>joda-time</artifactId>
			<groupId>joda-time</groupId>
			<version>2.8</version>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.oe.common</groupId>
			<artifactId>oe-common</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.oe.entities</groupId>
			<artifactId>oe-entities</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>org.elasticsearch</groupId>
			<artifactId>elasticsearch</artifactId>
			<version>1.7.5</version>
		</dependency>
		<dependency>
			<groupId>ironhide</groupId>
			<artifactId>ironhide-client</artifactId>
			<version>1.0.6</version>
		</dependency>
		<dependency>
			<groupId>org.apache.tika</groupId>
			<artifactId>tika-core</artifactId>
			<version>1.15</version>
		</dependency>
		<dependency>
			<groupId>org.apache.tika</groupId>
			<artifactId>tika-parsers</artifactId>
			<version>1.15</version>
		</dependency>
		<dependency>
			<groupId>edu.stanford.nlp</groupId>
			<artifactId>stanford-corenlp</artifactId>
			<version>3.8.0</version>
			<exclusions>
				<exclusion>
					<artifactId>javax.servlet-api</artifactId>
					<groupId>javax.servlet</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.drewnoakes</groupId>
			<artifactId>metadata-extractor</artifactId>
			<version>2.9.1</version>
		</dependency>
		<dependency>
			<groupId>com.incadencecorp.coalesce.framework.persistance</groupId>
			<artifactId>persister-derby</artifactId>
			<version>0.0.25-SNAPSHOT</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
			<version>4.4.1</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.8.0-alpha2</version>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-frontend-jaxws</artifactId>
			<version>3.1.0</version>
			<exclusions>
				<exclusion>
					<groupId>com.sun.xml.bind</groupId>
					<artifactId>jaxb-impl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-transports-http</artifactId>
			<version>3.1.0</version>
		</dependency>
		<dependency>
			<groupId>org.apache.hadoop</groupId>
			<artifactId>hadoop-hdfs</artifactId>
			<version>2.2.0</version>
		</dependency>
		<dependency>
			<groupId>org.apache.hadoop</groupId>
			<artifactId>hadoop-common</artifactId>
			<version>2.2.0</version>
			<exclusions>
				<exclusion>
					<groupId>com.sun.xml.bind</groupId>
					<artifactId>jaxb-impl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.glassfish.jersey.core</groupId>
			<artifactId>jersey-client</artifactId>
			<version>2.25.1</version>
		</dependency>
		<dependency>
			<groupId>org.glassfish.jersey.media</groupId>
			<artifactId>jersey-media-json-jackson</artifactId>
			<version>2.25.1</version>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.2</version>
		</dependency>
		<dependency>
			<groupId>org.glassfish.hk2.external</groupId>
			<artifactId>javax.inject</artifactId>
			<version>2.5.0-b32</version>
		</dependency>
		<dependency>
			<groupId>net.java.dev.jsr-275</groupId>
			<artifactId>jsr-275</artifactId>
			<version>1.0-beta-2</version>
		</dependency>
            <dependency>
                <!-- 'works with' due to license issues -->
                <groupId>javax.media</groupId>
                <artifactId>jai_core</artifactId>
                <version>1.1.3</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <!-- 'works with' due to license issues -->
                <groupId>javax.media</groupId>
                <artifactId>jai_codec</artifactId>
                <version>1.1.3</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <!-- 'works with' due to license issues -->
                <groupId>javax.media</groupId>
                <artifactId>jai_imageio</artifactId>
                <version>1.1</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-main</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-shapefile</artifactId>
                <version>${gt.version}</version>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-opengis</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-cql</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-metadata</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-data</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-imagemosaic</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_imageio</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.geotools</groupId>
                <artifactId>gt-referencing</artifactId>
                <version>${gt.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>javax.media</groupId>
                        <artifactId>jai_core</artifactId>
                    </exclusion>
                    <exclusion>
                        <!-- excluded due to license issues -->
                        <groupId>jgridshift</groupId>
                        <artifactId>jgridshift</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
        </dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-dependency-plugin</artifactId>
				<executions>
					<execution>
						<id>copy-dependencies</id>
						<phase>prepare-package</phase>
						<goals>
							<goal>copy-dependencies</goal>
						</goals>
						<configuration>
							<outputDirectory>${project.build.directory}/lib</outputDirectory>
							<overWriteReleases>false</overWriteReleases>
							<overWriteSnapshots>false</overWriteSnapshots>
							<overWriteIfNewer>true</overWriteIfNewer>
						</configuration>
					</execution>
				</executions>
			</plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>3.0.0</version>
 				<configuration>
					<minimizeJar>false</minimizeJar>
					<filters>
						<filter>
							<artifact>*:*</artifact>
							<excludes>
								<exclude>META-INF/*.SF</exclude>
								<exclude>META-INF/*.DSA</exclude>
								<exclude>META-INF/*.RSA</exclude>
							</excludes>
						</filter>
					</filters>
					<transformers>
						<transformer
							implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
							<manifestEntries>
								<Specification-Title>Java Advanced Imaging Image I/O Tools</Specification-Title>
								<Specification-Version>1.1</Specification-Version>
								<Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor>
								<Implementation-Title>com.sun.media.imageio</Implementation-Title>
								<Implementation-Version>1.1</Implementation-Version>
								<Implementation-Vendor>Sun Microsystems, Inc.</Implementation-Vendor>

							</manifestEntries>
						</transformer>
					</transformers>

				</configuration>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
 
		</execution>
		</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-codegen-plugin</artifactId>
				<version>3.1.0</version>
				<executions>
					<execution>
						<id>generate-sources</id>
						<phase>generate-sources</phase>
						<configuration>
							<sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
							<wsdlOptions>
								<wsdlOption>
									<wsdlLocation>http://96.127.107.137:8084/SWA?wsdl</wsdlLocation>
									<wsdl>${basedir}/src/main/resources/semantex.wsdl.xml</wsdl>
								</wsdlOption>
							</wsdlOptions>
						</configuration>
						<goals>
							<goal>wsdl2java</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>build-helper-maven-plugin</artifactId>
				<version>1.8</version>
				<executions>
					<execution>
						<id>add-source</id>
						<phase>generate-sources</phase>
						<goals>
							<goal>add-source</goal>
						</goals>
						<configuration>
							<sources>
								<source>${project.build.directory}/generated-sources/cxf/</source>
							</sources>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
				<includes>
					<include>**/*.groovy</include>
					<include>**/*.gz</include>
					<include>**/*.prop</include>
					<include>semantex.wsdl.xml</include>
				</includes>
				<excludes>
					<exclude>**/*.xml</exclude>
					<exclude>**/*.jks</exclude>
					<exclude>conf/*</exclude>
				</excludes>
			</resource>
		</resources>

	</build>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.apache.kafka</groupId>
				<artifactId>kafka_2.11</artifactId>
				<version>0.10.2.0</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<artifactId>oe-ingest</artifactId>
	<profiles>
		<profile>
			<id>getModels</id>
			<activation>
				<file> 
					<missing>${basedir}/src/main/resources/edu/stanford/nlp/models/ner/english.muc.7class.distsim.crf.ser.gz</missing>
				</file>
			</activation>
			<dependencies>
				<dependency>
					<groupId>org.apache.maven</groupId>
					<artifactId>maven-model</artifactId>
					<version>3.3.3</version>
				</dependency>
			</dependencies>
			<build>
				<plugins>
					<plugin>
						<groupId>org.codehaus.groovy.maven</groupId>
						<artifactId>gmaven-plugin</artifactId>
						<executions>
							<execution>
								<id>getModels</id>
								<phase>process-resources</phase>
								<goals>
									<goal>execute</goal>
								</goals>

								<configuration>
									<source>${basedir}/src/main/resources/ModelGetter.groovy</source>
								</configuration>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile> 
	</profiles>
</project>

Back to the top