mirror of https://github.com/apache/cloudstack.git
Applied Tina's patches for removing the xapi jar
This commit is contained in:
parent
ee461f0c68
commit
2ff2b6c249
7
pom.xml
7
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue