From 1acc0a51d2a8a728f62c38136a6dbf5c7f251d7a Mon Sep 17 00:00:00 2001 From: Yura Nosenko Date: Wed, 18 Mar 2020 17:48:27 +0200 Subject: [PATCH] Updating maven to build for Java 11 and https repos --- pom.xml | 316 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 163 insertions(+), 153 deletions(-) diff --git a/pom.xml b/pom.xml index 0208f90..88466f9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,156 +1,166 @@ - - 4.0.0 - big-data-book - big-data-book - 1.0.0-SNAPSHOT - big-data-book - - src - test - - - resources - - - - - test-resources - - - - - com.theoryinpractise - clojure-maven-plugin - 1.3.10 - true - - - - - - central - http://repo1.maven.org/maven2 - - - clojars - http://clojars.org/repo - - - conjars - http://conjars.org/repo - - - - - swank-clojure - swank-clojure - 1.2.1 - test - - - org.clojure - clojure - 1.5.1 - - - jline - jline - 0.9.94 - - - cascalog - cascalog - 1.10.0 - - - log4j - log4j - 1.2.16 - - - backtype - dfs-datastores-cascading - 1.2.0 - - - org.apache.storm - storm-core - 0.9.4 - - - org.apache.storm - storm-kafka - 0.9.4 - - - org.apache.kafka - kafka_2.9.2 - 0.8.1.1 - - - backtype - cascading-thrift - 0.2.3 - - - libthrift - org.apache.thrift - - - - - elephantdb - elephantdb-cascalog - 0.4.5 - - - libthrift - org.apache.thrift - - - - - elephantdb - elephantdb-bdb - 0.4.5 - - - libthrift - org.apache.thrift - - - - - com.googlecode.json-simple - json-simple - 1.1 - - - com.clearspring.analytics - stream - 2.7.0 - - - org.hectorclient - hector-core - 2.0-0 - - - org.apache.hadoop - hadoop-core - 0.20.2-dev - - - org.apache.zookeeper - zookeeper - 3.4.6 - - + + 4.0.0 + big-data-book + big-data-book + 1.0.0-SNAPSHOT + big-data-book + + src + test + + + resources + + + + + test-resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + com.theoryinpractise + clojure-maven-plugin + 1.3.10 + true + + + + + + central + https://repo1.maven.org/maven2 + + + clojars + https://clojars.org/repo + + + + + swank-clojure + swank-clojure + 1.2.1 + test + + + org.clojure + clojure + 1.5.1 + + + jline + jline + 0.9.94 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + cascalog + cascalog + 1.10.0 + + + log4j + log4j + 1.2.16 + + + backtype + dfs-datastores-cascading + 1.2.0 + + + org.apache.storm + storm-core + 0.9.4 + + + org.apache.storm + storm-kafka + 0.9.4 + + + org.apache.kafka + kafka_2.9.2 + 0.8.1.1 + + + backtype + cascading-thrift + 0.2.3 + + + libthrift + org.apache.thrift + + + + + elephantdb + elephantdb-cascalog + 0.4.5 + + + libthrift + org.apache.thrift + + + + + elephantdb + elephantdb-bdb + 0.4.5 + + + libthrift + org.apache.thrift + + + + + com.googlecode.json-simple + json-simple + 1.1 + + + com.clearspring.analytics + stream + 2.7.0 + + + org.hectorclient + hector-core + 2.0-0 + + + org.apache.hadoop + hadoop-core + 0.20.2-dev + + + org.apache.zookeeper + zookeeper + 3.4.6 + + - +