diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 11:31:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 11:31:17 +0000 |
commit | 8ab322a6326f6529190ae8f60198b9d28f55b072 (patch) | |
tree | 4f6b43d259584db92c7943ad0cd47fac85a10fe4 /sca-java-2.x/trunk/modules | |
parent | 808061b072eb07e33b4ae12a01d42efdbc225e9a (diff) |
Add exclude for an old version of commons logging the seems to mess up the osgi junit tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 1fe048b522..8c2b595b60 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -73,6 +73,12 @@ <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.1</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |