From 9666a61d2db461e6bf403790c3c01d731f034d31 Mon Sep 17 00:00:00 2001 From: mmalohlava Date: Thu, 23 Oct 2014 17:10:22 -0700 Subject: [PATCH] Changing pom.xml to capture ad-hoc gson library. --- pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index dff8aafec2..3b603cb787 100644 --- a/pom.xml +++ b/pom.xml @@ -103,10 +103,11 @@ compile - com.google.code.gson + ai.h2o.gson gson 2.3 - compile + system + ${project.basedir}/lib/gson/gson-2.3.jar @@ -140,7 +141,7 @@ org.javassist javassist - 3.16.1-GA + 3.18.1-GA compile @@ -242,6 +243,34 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 2.9 + + + unpack + compile + + unpack + + + + + ai.h2o.gson + gson + 2.3 + true + ${project.build.directory}/classes + **/*.class,**/*.xml + **/*test.class + + + + + + + @@ -293,7 +322,7 @@ - +