From fd4facafa9557d6b9566fd63c96b66ffb8a39b3b Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 16 Jan 2018 22:24:09 -0400 Subject: Update --- base/pom.xml | 12 ++++++++++-- pom.xml | 11 +++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 222b248..1415276 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -13,15 +13,18 @@ maven-compiler-plugin 3.7.0 + 1.8 1.8 + data/ + **/*.txt **/*.sprop @@ -30,9 +33,7 @@ - bjc BJC-Utils2 - 0.1.0-SNAPSHOT jar BJC-Utils2 @@ -48,36 +49,43 @@ junit 4.12 + org.junit.contrib junit-theories 4.12 + com.pholser junit-quickcheck-core 0.5 + com.pholser junit-quickcheck-generators 0.5 + org.apache.commons commons-lang3 3.4 + org.json json 20160212 + com.google.guava guava 21.0 + com.ibm.icu icu4j diff --git a/pom.xml b/pom.xml index cf6ec24..18364f0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,17 @@ 1.0.0 pom + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + base -- cgit v1.2.3