You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/18 20:39:34 UTC

git commit: fix mvn install: org.apache.xalan doesn't work

Updated Branches:
  refs/heads/master a5f13012d -> 2abeac11c


fix mvn install: org.apache.xalan doesn't work


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2abeac11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2abeac11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2abeac11

Branch: refs/heads/master
Commit: 2abeac11c7b6b8344a80f735838ef1a611b09fab
Parents: a5f1301
Author: Edison Su <ed...@citrix.com>
Authored: Tue Sep 18 11:39:43 2012 -0700
Committer: Anthony Xu <an...@cloud.com>
Committed: Tue Sep 18 11:40:10 2012 -0700

----------------------------------------------------------------------
 awsapi/pom.xml |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2abeac11/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index d4dfae0..66cf974 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -100,6 +100,10 @@
            <groupId>bouncycastle</groupId>
            <artifactId>bcprov-jdk14</artifactId>
         </exclusion>
+        <exclusion>
+           <groupId>org.apache.xalan</groupId>
+           <artifactId>xalan</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -112,6 +116,10 @@
            <groupId>bouncycastle</groupId>
            <artifactId>bcprov-jdk14</artifactId>
         </exclusion>
+        <exclusion>
+           <groupId>org.apache.xalan</groupId>
+           <artifactId>xalan</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -119,18 +127,36 @@
         <artifactId>rampart-core</artifactId>
         <version>${cs.rampart.version}</version>
         <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+           <groupId>org.apache.xalan</groupId>
+           <artifactId>xalan</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-policy</artifactId>
         <version>${cs.rampart.version}</version>
         <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+           <groupId>org.apache.xalan</groupId>
+           <artifactId>xalan</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-trust</artifactId>
         <version>${cs.rampart.version}</version>
         <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+           <groupId>org.apache.xalan</groupId>
+           <artifactId>xalan</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
         <groupId>org.slf4j</groupId>