summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-20 02:16:43 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-20 02:16:43 +0000
commitd54199ae4188fa86213fb268a66557fce33d851d (patch)
treed79e928abd396eec75023a3f7003fa6a0780c677 /branches/sca-java-1.5.1
parent449319bc75920db2137ba5d7ac492ba28664832e (diff)
Add commons-logging dependency to host-webapp pom.xml (needed because of commit r795323)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1')
-rw-r--r--branches/sca-java-1.5.1/modules/host-webapp/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/modules/host-webapp/pom.xml b/branches/sca-java-1.5.1/modules/host-webapp/pom.xml
index 4763cfccff..5da05ce1f8 100644
--- a/branches/sca-java-1.5.1/modules/host-webapp/pom.xml
+++ b/branches/sca-java-1.5.1/modules/host-webapp/pom.xml
@@ -49,6 +49,22 @@
</dependency>
<dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version> <!-- to keep compatible with older servlet containers -->