You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/10/17 10:08:00 UTC

[jira] [Created] (PHOENIX-6194) Build failure due to missing slf4j dependency in phoenix-tools

Viraj Jasani created PHOENIX-6194:
-------------------------------------

             Summary: Build failure due to missing slf4j dependency in phoenix-tools
                 Key: PHOENIX-6194
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6194
             Project: Phoenix
          Issue Type: Bug
            Reporter: Viraj Jasani
            Assignee: Viraj Jasani
             Fix For: 5.1.0, 4.16.0


In the absence of slf4j-api dependency in phoenix-tools, build is failing with:
{code:java}
[WARNING] Used undeclared dependencies found:
[WARNING]    org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Phoenix Hbase 2.3.0 compatibility .................. SUCCESS [ 22.048 s]
[INFO] Phoenix Hbase 2.2.1 compatibility .................. SUCCESS [  1.873 s]
[INFO] Phoenix Hbase 2.1.6 compatibility .................. SUCCESS [  0.998 s]
[INFO] Apache Phoenix 5.1.0-SNAPSHOT ...................... SUCCESS [  1.138 s]
[INFO] Phoenix Core ....................................... SUCCESS [ 41.341 s]
[INFO] Phoenix - Pherf .................................... SUCCESS [  6.549 s]
[INFO] Phoenix Client ..................................... SUCCESS [19:27 min]
[INFO] Phoenix Server ..................................... SUCCESS [ 37.698 s]
[INFO] Phoenix - Tracing Web Application .................. SUCCESS [  9.252 s]
[INFO] Phoenix Assembly ................................... SUCCESS [ 36.808 s]
[INFO] phoenix-tools 5.1.0-SNAPSHOT ....................... FAILURE [  5.820 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:11 min
[INFO] Finished at: 2020-10-17T15:19:30+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only (enforce-dependencies) on project phoenix-tools: Dependency problems found -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)