From 72a0d0703a5bfff365da541c190bac4a7099e92f Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Sun, 21 Feb 2016 15:42:39 -0500 Subject: Some refactoring and commenting --- BJC-Utils2/pom.xml | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) (limited to 'BJC-Utils2/pom.xml') diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml index 7eb6f43..9323a0f 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -1,24 +1,39 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - bjc - BJC-Utils2 - 0.1.0-SNAPSHOT - jar + bjc + BJC-Utils2 + 0.1.0-SNAPSHOT + jar - BJC-Utils2 - http://maven.apache.org + BJC-Utils2 + http://maven.apache.org - - UTF-8 - + + UTF-8 + - - - junit - junit - 4.12 - - + + + 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 + + -- cgit v1.2.3