Skip to content

Commit 8da5c5e

Browse files
lqiu96mutianf
authored andcommitted
deps(shared-deps): switch conscrypt shared dependency to conscrypt-openjdk-uber (googleapis#13845)
Bundle the uber jar which contains pre-compiled native BoringSSL binaries for all major platforms. Allows users to easily use Conscrypt without any need for platform detectors or any configuration steps on their machines. Follows the pattern of `grpc-netty-shaded` which also bundles the binaries for major platforms
1 parent 1ac7613 commit 8da5c5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk-platform-java/dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ com.google.j2objc:j2objc-annotations,j2objc-annotations=3.1
2121
org.threeten:threetenbp,threetenbp=1.7.3
2222
org.slf4j:slf4j-api,slf4j=2.0.18
2323
org.jspecify:jspecify,jspecify=1.0.0
24-
org.conscrypt:conscrypt-openjdk,conscrypt=2.6.0
24+
org.conscrypt:conscrypt-openjdk-uber,conscrypt=2.6.0
2525

2626
# 1P Shared-Deps
2727
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml

sdk-platform-java/java-shared-dependencies/third-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
</dependency>
276276
<dependency>
277277
<groupId>org.conscrypt</groupId>
278-
<artifactId>conscrypt-openjdk</artifactId>
278+
<artifactId>conscrypt-openjdk-uber</artifactId>
279279
<version>${conscrypt.version}</version>
280280
</dependency>
281281
<dependency>

0 commit comments

Comments
 (0)