Skip to content

Commit 989c08f

Browse files
author
Ace Nassri
authored
chore(functions/slack): add back missing package (GoogleCloudPlatform#3690)
Hotfix for erroneous `pom.xml` change in GoogleCloudPlatform#3689 @lesv please merge **when tests pass** - thanks!
1 parent f721cf2 commit 989c08f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

functions/slack/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<version>1.0.2</version>
5757
<scope>provided</scope>
5858
</dependency>
59+
60+
<dependency>
61+
<groupId>com.google.code.gson</groupId>
62+
<artifactId>gson</artifactId>
63+
<version>2.8.6</version>
64+
</dependency>
5965

6066
<dependency>
6167
<groupId>com.google.apis</groupId>

0 commit comments

Comments
 (0)