diff options
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r-- | juick-server/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle index c412f0f8..f1b8f2a7 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -103,6 +103,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.0.5' compile 'com.atlassian.commonmark:commonmark:0.11.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' + compile 'org.tomitribe:tomitribe-http-signatures:1.1' testCompile ("org.springframework.boot:spring-boot-starter-test") testCompile ('net.sourceforge.htmlunit:htmlunit:2.33') |