[
https://issues.apache.org/jira/browse/PHOENIX-6929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715576#comment-17715576
]
Istvan Toth commented on PHOENIX-6929:
--------------------------------------
Changed the Jira description to match the commit message.
Also, this patch doesn't really add an explicit dependency on
org.glassfish:javax.el , it just dependency manages the version for the
transitive dependencies.
> Explicitly depend on org.glassfish:javax.el
> -------------------------------------------
>
> Key: PHOENIX-6929
> URL: https://issues.apache.org/jira/browse/PHOENIX-6929
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.2.0
> Reporter: Rushabh Shah
> Assignee: Rushabh Shah
> Priority: Critical
> Fix For: 5.2.0
>
>
> Ran the following command:
> mvn clean install -DskipTests -Dhbase.profile=2.5
> This failed with the following error.
> {noformat}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4.429 s
> [INFO] Finished at: 2023-04-18T09:09:37-07:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project phoenix-hbase-compat-2.5.0: Could
> not resolve dependencies for project
> org.apache.phoenix:phoenix-hbase-compat-2.5.0:jar:5.2.0-SNAPSHOT: Failed to
> collect dependencies at org.apache.hbase:hbase-server:jar:2.5.0 ->
> org.glassfish.web:javax.servlet.jsp:jar:2.3.2 ->
> org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT: Failed to read artifact
> descriptor for org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT: Could not
> transfer artifact org.glassfish:javax.el:pom:3.0.1-b06-SNAPSHOT from/to
> jvnet-nexus-snapshots
> (https://maven.java.net/content/repositories/snapshots): transfer failed for
> https://maven.java.net/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/javax.el-3.0.1-b06-SNAPSHOT.pom:
> PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target -> [Help 1]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)