From d854baf3dff4a82f5db3c31c82520bdf7be066e3 Mon Sep 17 00:00:00 2001 From: mallocator Date: Thu, 7 Mar 2013 10:45:50 -0800 Subject: [PATCH] - Initial Commit --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ef6f219 --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + net.pyxzl + hadoop-river + 0.0.1-SNAPSHOT + jar + + hadoop-river + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + + + junit + junit + 4.8.1 + test + + + org.mockito + mockito-all + 1.8.5 + test + + + org.hamcrest + hamcrest-integration + 1.2.1 + + + net.avh4.util + imagecomparison + 0.0.2 + test + + +