From 3ba4da8a79acfdbe6daf35da96f5a0bf36fb9fe4 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 28 Apr 2017 13:05:12 +0200 Subject: [PATCH] Mark conscrypt as optional Motivation: Conscrypt is not needed when using the handler module, so it should be marked as optional Modifications: Mark conscrypt as optional Result: Be able to use handler module without conscrypt --- handler/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/pom.xml b/handler/pom.xml index 6be951a5cf..eece8ceb62 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -74,6 +74,7 @@ ${conscrypt.groupId} ${conscrypt.artifactId} ${conscrypt.classifier} + true org.mockito