diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 07:26:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 07:26:18 +0000 |
commit | e1b691620f073aab1678b0cc8a338cbe2eb0d20b (patch) | |
tree | 51f3de78f43d47f787db66aab70cf9e993e84211 /java/sca | |
parent | 7ba09ce423500b620a14fee50386813693cb61e3 (diff) |
Exclude the asm-commons transitive dependency as Tuscany uses the asm all jar that includes asm-commons
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/implementation-bpel-runtime/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-runtime/pom.xml b/java/sca/modules/implementation-bpel-runtime/pom.xml index 512e85407d..452d4c0559 100644 --- a/java/sca/modules/implementation-bpel-runtime/pom.xml +++ b/java/sca/modules/implementation-bpel-runtime/pom.xml @@ -202,6 +202,10 @@ <version>2.0.1</version>
<exclusions>
<exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
</exclusion>
|