From 6686ec84f655769ae4ee4eb09d6362d66f4eb8d4 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Mon, 29 Sep 2008 12:32:49 +0000 Subject: qpid-1284: Qman added commons-pool git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@700098 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.deps | 3 ++- java/lib/commons-pool-1.4.jar | Bin 0 -> 87077 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 java/lib/commons-pool-1.4.jar (limited to 'java') diff --git a/java/build.deps b/java/build.deps index 58aeef5664..582ab4380c 100644 --- a/java/build.deps +++ b/java/build.deps @@ -23,13 +23,14 @@ xalan=lib/xalan-2.7.0.jar osgi-core=lib/org.osgi.core-1.0.0.jar felix-framework=lib/org.apache.felix.framework-1.0.0.jar +commons-pool-libs=lib/commons-pool-1.4.jar felix.libs=${osgi-core} ${felix-framework} common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \ ${mina-filter-ssl} ${commons-codec} ${commons-lang} ${commons-collections} \ ${commons-configuration} -client.libs=${common.libs} ${geronimo-jms} +client.libs=${common.libs} ${geronimo-jms} ${commons-pool-libs} tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar diff --git a/java/lib/commons-pool-1.4.jar b/java/lib/commons-pool-1.4.jar new file mode 100644 index 0000000000..d6bc185450 Binary files /dev/null and b/java/lib/commons-pool-1.4.jar differ -- cgit v1.2.1