You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/10/09 23:52:31 UTC

[1/5] git commit: maven: Remove javassist as a dependency for AWS API

Updated Branches:
  refs/heads/4.0 b07fa0f94 -> 850433240


maven: Remove javassist as a dependency for AWS API


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

Branch: refs/heads/4.0
Commit: 850433240401cd318f1d8d8b0fa2032a60d52c1f
Parents: e86e9d3
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Oct 9 23:43:32 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Tue Oct 9 23:43:32 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/85043324/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 6f57faf..e962014 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -207,13 +207,6 @@
         <artifactId>dom4j</artifactId>
         <version>1.6.1</version>
     </dependency>
-    <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.9.0.GA</version>
-    </dependency>
-
-
 </dependencies>
 
 <build>