Fix the GCP integration tests

This commit is contained in:
dzou
2020-05-26 16:27:24 -04:00
committed by Oleg Zhurakousky
parent 7c8ba881c9
commit 1462a1e8eb
3 changed files with 149 additions and 59 deletions

View File

@@ -47,7 +47,12 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.functions.invoker</groupId>
<artifactId>java-function-invoker</artifactId>
<version>1.0.0-alpha-2-rc5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>