From 2f9941d85f8277f1fb2cbf958e41afb3fcd6960b Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 8 Oct 2012 20:46:43 -0700 Subject: [PATCH] add missing jar for awsapi as maven dependency --- awsapi/pom.xml | 61 ++++++++++++++++++++++++++++------------- build/build-aws-api.xml | 4 +++ 2 files changed, 46 insertions(+), 19 deletions(-) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 8c75978d251..baa74d70b7a 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -192,30 +192,53 @@ 1.45 runtime - - + + org.antlr + antlr-runtime + 3.4 + + + c3p0 + c3p0 + 0.9.1.2 + + + dom4j + dom4j + 1.6.1 + + + javassist + javassist + 3.9.0.GA + + + + + + install src - - src - - **/*.java - - + + src + + **/*.java + + - - org.apache.maven.plugins - maven-dependency-plugin - 2.5.1 - - - copy-dependencies - install - - copy-dependencies - + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy-dependencies + install + + copy-dependencies + ../deps/awsapi-lib/rampart-lib false diff --git a/build/build-aws-api.xml b/build/build-aws-api.xml index 0b1deec7d5d..6b00ef6908c 100644 --- a/build/build-aws-api.xml +++ b/build/build-aws-api.xml @@ -383,6 +383,10 @@ + + + +