From 0a1e68069524f42adc7539f8c94d5fbc7423c00a Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Fri, 4 Dec 2009 16:13:30 -0400 Subject: Add new Guice jars to build/test process. --- proxy/buildconf/build.properties | 4 +++- proxy/ivy.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/proxy/buildconf/build.properties b/proxy/buildconf/build.properties index ebe85ef..51f7d9d 100644 --- a/proxy/buildconf/build.properties +++ b/proxy/buildconf/build.properties @@ -49,7 +49,9 @@ common.jar.dependencies=antlr bcel bcpg bcprov cglib commons-beanutils \ commons-collections commons-lang commons-logging dom4j ejb3-persistence \ freemarker hibernate3 hibernate-entitymanager hibernate-annotations \ hibernate-commons-annotations javassist jdom jersey-core jersey-server \ - jsr311-api jersey-json jta log4j slf4j-api slf4j-simple stringtree-json + jsr311-api jersey-json jta log4j slf4j-api slf4j-simple stringtree-json \ + aopalliance guice guice-assistedinject guice-multibindings guice-throwingproviders \ + warp-persist test.jar.dependencies=${common.jar.depdencies} \ checkstyle junit4 hsqldb hiberjavassist diff --git a/proxy/ivy.xml b/proxy/ivy.xml index 5eab24d..2f5046a 100644 --- a/proxy/ivy.xml +++ b/proxy/ivy.xml @@ -46,7 +46,7 @@ - + -- cgit