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:
parent
92efa3c916
commit
3ba4da8a79
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user