1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-05 21:09:25 +00:00

#243: call webhooks

This commit is contained in:
Benjamin Gamard
2018-10-16 22:49:29 +02:00
parent dfdd5f8d20
commit 884239bc26
9 changed files with 192 additions and 2 deletions

View File

@@ -116,6 +116,11 @@
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<!-- Only there to read old index and rebuild them -->
<dependency>