Repository: cloudstack
Updated Branches:
refs/heads/master ee461f0c6 -> e0e226869
Applied Tina's patches for removing the xapi jar
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2ff2b6c2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2ff2b6c2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2ff2b6c2
Branch: refs/heads/master
Commit: 2ff2b6c249a0d6a68df0f3054bb431387e14e188
Parents: ee461f0
Author: Anthony Xu <[email protected]>
Authored: Wed Apr 23 11:02:02 2014 -0700
Committer: Anthony Xu <[email protected]>
Committed: Wed Apr 23 15:32:12 2014 -0700
----------------------------------------------------------------------
pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2ff2b6c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a20c40c..ecae71a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<cs.ehcache.version>2.6.6</cs.ehcache.version>
<cs.gson.version>1.7.2</cs.gson.version>
<cs.guava.version>14.0-rc1</cs.guava.version>
- <cs.xapi.version>6.2.0-3</cs.xapi.version>
+ <cs.xapi.version>6.2.0-3.1</cs.xapi.version>
<cs.httpclient.version>3.1</cs.httpclient.version>
<cs.httpcore.version>4.2.1</cs.httpcore.version>
<cs.mysql.version>5.1.21</cs.mysql.version>
@@ -448,11 +448,6 @@
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
- <dependency>
- <groupId>net.java.dev.vcc.thirdparty</groupId>
- <artifactId>xen-api</artifactId>
- <version>${cs.xapi.version}</version>
- </dependency>
</dependencies>
<build>