[
https://issues.apache.org/jira/browse/THRIFT-5671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz resolved THRIFT-5671.
------------------------------------------
Fix Version/s: 0.19.0
Resolution: Fixed
Resolving, verified against the published artifact rather than the source.
{{lib/java/gradle/publishing.gradle}} now uses {{from components.java}}, which
is the change described on this ticket in February 2023. Fetching the POMs from
Maven Central confirms the effect: {{libthrift-0.18.0.pom}} has no
{{<dependencies>}} block at all, while {{libthrift-0.19.0.pom}} carries all six
(slf4j-api, httpclient5, httpcore5, jakarta.servlet-api,
jakarta.annotation-api, commons-lang3), as does 0.24.0.
PR #2782, commit {{774b824ef}}. Fixed in 0.19.0.
_This comment was created with AI assistance._
> libthrift 0.17.0 has no dependencies in POM on central
> ------------------------------------------------------
>
> Key: THRIFT-5671
> URL: https://issues.apache.org/jira/browse/THRIFT-5671
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.17.0
> Reporter: Karsten Spang
> Priority: Major
> Fix For: 0.19.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The
> [libthrift-0.17.0.pom|https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.17.0/libthrift-0.17.0.pom]
> file downloaded from Maven Central does not have any <dependencies> section.
> Thus, the transitive dependencies are not included in my build.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)