This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new 132604d71a Add missing jclouds.blobstore.httpstream.url
132604d71a is described below

commit 132604d71add700b229ae78130d28935e6f52350
Author: Andrew Gaul <[email protected]>
AuthorDate: Sat Jul 29 15:30:28 2023 +0900

    Add missing jclouds.blobstore.httpstream.url
    
    Lacking this caused integration test failures with newer testng.
---
 providers/google-cloud-storage/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/providers/google-cloud-storage/pom.xml 
b/providers/google-cloud-storage/pom.xml
index 3cd4e2a970..f35c3aab8d 100644
--- a/providers/google-cloud-storage/pom.xml
+++ b/providers/google-cloud-storage/pom.xml
@@ -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>

Reply via email to