mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5573: bump gson version to 1.7.2, fix https://code.google.com/p/google-gson/issues/detail?id=354
This commit is contained in:
parent
04220daf4c
commit
18f59f9ce8
|
|
@ -99,8 +99,6 @@ public class CloudStackPrimaryDataStoreDriverImpl implements PrimaryDataStoreDri
|
|||
@Inject
|
||||
StorageManager storageMgr;
|
||||
@Inject
|
||||
VolumeOrchestrationService volumeMgr;
|
||||
@Inject
|
||||
VMInstanceDao vmDao;
|
||||
@Inject
|
||||
SnapshotDao snapshotDao;
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -58,7 +58,7 @@
|
|||
<cs.jasypt.version>1.9.0</cs.jasypt.version>
|
||||
<cs.trilead.version>build213-svnkit-1.3-patch</cs.trilead.version>
|
||||
<cs.ehcache.version>2.6.6</cs.ehcache.version>
|
||||
<cs.gson.version>1.7.1</cs.gson.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-1-SNAPSHOT</cs.xapi.version>
|
||||
<cs.httpclient.version>3.1</cs.httpclient.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue