Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-platform-java/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ com.google.j2objc:j2objc-annotations,j2objc-annotations=3.1
org.threeten:threetenbp,threetenbp=1.7.3
org.slf4j:slf4j-api,slf4j=2.0.18
org.jspecify:jspecify,jspecify=1.0.0
org.conscrypt:conscrypt-openjdk,conscrypt=2.6.0
org.conscrypt:conscrypt-openjdk-uber,conscrypt=2.6.0

# 1P Shared-Deps
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
</dependency>
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk</artifactId>
<artifactId>conscrypt-openjdk-uber</artifactId>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the dependency tree of the uber jar look like?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[INFO] --- dependency:3.7.0:tree (default-cli) @ Testing ---
[INFO] org.example:Testing:jar:1.0-SNAPSHOT
[INFO] \- org.conscrypt:conscrypt-openjdk-uber:jar:2.6.0:compile

Doesn't seem like it has any dependencies. Jar size is larger now because it holds binaries for multiple platforms as well as the Java code

<version>${conscrypt.version}</version>
</dependency>
<dependency>
Expand Down
Loading