summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/pdetarget/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 18:37:04 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 18:37:04 +0000
commit91422a01c0c64ddb960fb095ec830bed8c342aa8 (patch)
tree6f4892b682b7f1d1ed6be90509d2beba41cb6501 /branches/sca-equinox/distribution/pdetarget/pom.xml
parent08d73adf4616a68f6f50e1402b18f046cbb69e4a (diff)
Exclude tomcat annotations to avoid split packages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/distribution/pdetarget/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml
index f81b4754b7..3d169c2e7f 100644
--- a/branches/sca-equinox/distribution/pdetarget/pom.xml
+++ b/branches/sca-equinox/distribution/pdetarget/pom.xml
@@ -43,6 +43,12 @@
<artifactId>tuscany-host-tomcat</artifactId>
<type>jar</type>
<version>1.4-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>annotations-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>