From c82e3b3b2de0633317ec8fc85925e91422820597 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sun, 8 Oct 2017 22:39:59 -0300 Subject: Start splitting into maven modules --- base/pom.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 base/pom.xml (limited to 'base/pom.xml') diff --git a/base/pom.xml b/base/pom.xml new file mode 100644 index 0000000..222b248 --- /dev/null +++ b/base/pom.xml @@ -0,0 +1,87 @@ + + 4.0.0 + + + bjc + BJCUtils-Parent + 1.0.0 + + + + + + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + data/ + + **/*.txt + **/*.sprop + + + + + + bjc + BJC-Utils2 + 0.1.0-SNAPSHOT + jar + + BJC-Utils2 + http://maven.apache.org + + + UTF-8 + + + + + junit + 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 + 58.2 + + + -- cgit v1.2.3