S4J does not depend on Conscrypt (#2071)

This commit is contained in:
Dave Fisher 2024-11-07 07:12:00 -08:00 committed by GitHub
parent 722e8b53d8
commit 041dafa5c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,13 +76,13 @@
<version>2.10.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.conscrypt/conscrypt-openjdk -->
<!-- https://mvnrepository.com/artifact/org.conscrypt/conscrypt-openjdk
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk</artifactId>
<version>2.5.2</version>
<classifier>${os.detected.classifier}</classifier>
</dependency>
</dependency> -->
</dependencies>