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
This commit is contained in:
Norman Maurer 2017-04-28 13:05:12 +02:00
parent 92efa3c916
commit 3ba4da8a79

View File

@ -74,6 +74,7 @@
<groupId>${conscrypt.groupId}</groupId> <groupId>${conscrypt.groupId}</groupId>
<artifactId>${conscrypt.artifactId}</artifactId> <artifactId>${conscrypt.artifactId}</artifactId>
<classifier>${conscrypt.classifier}</classifier> <classifier>${conscrypt.classifier}</classifier>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>