summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-12-04 16:13:30 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-12-04 16:15:10 -0400
commit0a1e68069524f42adc7539f8c94d5fbc7423c00a (patch)
tree9f7f44163a2dcb99e361acdf9c400ad3a4715c75
parente08877ac67fd77d3b19bd3f64f2b3a93bc506b59 (diff)
downloadcandlepin-0a1e68069524f42adc7539f8c94d5fbc7423c00a.tar.gz
candlepin-0a1e68069524f42adc7539f8c94d5fbc7423c00a.tar.xz
candlepin-0a1e68069524f42adc7539f8c94d5fbc7423c00a.zip
Add new Guice jars to build/test process.
-rw-r--r--proxy/buildconf/build.properties4
-rw-r--r--proxy/ivy.xml2
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 @@
<dependency org="candlepin" name="guice-assistedinject" rev="2.0" />
<dependency org="candlepin" name="guice-multibindings" rev="2.0" />
<dependency org="candlepin" name="guice-throwingproviders" rev="2.0" />
- <dependency org="candlepin" name="warp-persist" rev="2.0-20090214-src" />
+ <dependency org="candlepin" name="warp-persist-src" rev="2.0-20090214" />
<dependency org="candlepin" name="warp-persist" rev="2.0-20090214" />
</dependencies>