mirror of https://github.com/apache/jclouds.git
fixed cyclic propery in maven poms
This commit is contained in:
parent
6cd8810100
commit
a8eaf28ae1
|
@ -37,8 +37,8 @@
|
|||
<test.initializer>org.jclouds.googlestorage.blobstore.GoogleStorageTestInitializer</test.initializer>
|
||||
<test.googlestorage.endpoint>https://commondatastorage.googleapis.com</test.googlestorage.endpoint>
|
||||
<test.googlestorage.apiversion>2006-03-01</test.googlestorage.apiversion>
|
||||
<test.googlestorage.identity>${test.googlestorage.identity}</test.googlestorage.identity>
|
||||
<test.googlestorage.credential>${test.googlestorage.credential}</test.googlestorage.credential>
|
||||
<test.googlestorage.identity>FIX_ME</test.googlestorage.identity>
|
||||
<test.googlestorage.credential>FIX_ME</test.googlestorage.credential>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
<test.initializer>org.jclouds.scaleup.storage.blobstore.ScaleUpStorageTestInitializer</test.initializer>
|
||||
<test.scaleup-storage.endpoint>https://scs.scaleupstorage.com</test.scaleup-storage.endpoint>
|
||||
<test.scaleup-storage.apiversion>2006-03-01</test.scaleup-storage.apiversion>
|
||||
<test.scaleup-storage.identity>${test.scaleup-storage.identity}</test.scaleup-storage.identity>
|
||||
<test.scaleup-storage.credential>${test.scaleup-storage.credential}</test.scaleup-storage.credential>
|
||||
<test.scaleup-storage.identity>FIX_ME</test.scaleup-storage.identity>
|
||||
<test.scaleup-storage.credential>FIX_ME</test.scaleup-storage.credential>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue