summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-23 12:24:42 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-23 12:24:42 +0000
commit7217242131d767d9cd1085072d043649ea78b3a3 (patch)
tree0e0ce09277945f9ea82776ac5d9c049c1e5c08ab /branches/sca-java-1.x
parent2013ed478edae048c634f059027a0e784ea8c5de (diff)
Add missing dependency on commons-logging related to perm gen issues when running in tomcat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/modules/host-webapp/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/host-webapp/pom.xml b/branches/sca-java-1.x/modules/host-webapp/pom.xml
index 5248197002..e7feac7caa 100644
--- a/branches/sca-java-1.x/modules/host-webapp/pom.xml
+++ b/branches/sca-java-1.x/modules/host-webapp/pom.xml
@@ -62,6 +62,22 @@
<scope>provided</scope>
</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>
+
</dependencies>
<build>