Skip to content

Commit

Permalink
Add missing jclouds.blobstore.httpstream.url
Browse files Browse the repository at this point in the history
Lacking this caused integration test failures with newer testng.
  • Loading branch information
gaul committed Jul 29, 2023
1 parent 8075bbe commit 132604d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
<configuration>
<threadCount>1</threadCount>
<systemPropertyVariables>
<jclouds.blobstore.httpstream.url>${jclouds.blobstore.httpstream.url}</jclouds.blobstore.httpstream.url>
<jclouds.blobstore.httpstream.md5>${jclouds.blobstore.httpstream.md5}</jclouds.blobstore.httpstream.md5>
<test.google-cloud-storage.identity>${test.google-cloud-storage.identity}</test.google-cloud-storage.identity>
<test.google-cloud-storage.credential>${test.google-cloud-storage.credential}</test.google-cloud-storage.credential>
<test.jclouds.googlecloud.project-name>${test.jclouds.googlecloud.project-name}</test.jclouds.googlecloud.project-name>
Expand Down

0 comments on commit 132604d

Please sign in to comment.