You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/26 15:18:21 UTC

[GitHub] [pulsar] klwilson227 opened a new issue #9324: pulsar-io/hbase fails to build

klwilson227 opened a new issue #9324:
URL: https://github.com/apache/pulsar/issues/9324


   **Describe the bug**
   All versions of pulsar hbase have begun to fail to build based on build transitive dependency resulting in javax.el:3.0.1-b06-SNAPSHOT reference. This version of the file no longer exists on central. This results in the following maven error when downloading the artifact:
   
   [ERROR] Failed to execute goal on project pulsar-io-hbase: Could not resolve dependencies for project org.apache.pulsar:pulsar-io-hbase:jar:2.7.0: Failed to collect dependencies at org.apache.hbase:hbase-server:jar:2.3.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 spring-plugins-release (https://repo.spring.io/plugins-release/): Not authorized , ReasonPhrase:Unauthorized. -> [Help 1]
   
   
   **To Reproduce**
   cd pulsar-io/hbase
   mvn -U clean install
   
   **Expected behavior**
   Expected a successful build. 
   
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Since javax.el:3.0.1-b06 is now published, we can simply add dependencyManagement for this artifact, and override the dependent version specified by the transitive dependent poms. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] MarvinCai commented on issue #9324: pulsar-io/hbase fails to build

Posted by GitBox <gi...@apache.org>.
MarvinCai commented on issue #9324:
URL: https://github.com/apache/pulsar/issues/9324#issuecomment-768077038


   @klwilson227 
   see https://github.com/apache/pulsar/issues/9332


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] MarvinCai commented on issue #9324: pulsar-io/hbase fails to build

Posted by GitBox <gi...@apache.org>.
MarvinCai commented on issue #9324:
URL: https://github.com/apache/pulsar/issues/9324#issuecomment-768443391


   Spring repo is already removed: https://github.com/apache/pulsar/pull/9280, please rebase on the latest master.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui closed issue #9324: pulsar-io/hbase fails to build

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #9324:
URL: https://github.com/apache/pulsar/issues/9324


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] MarvinCai edited a comment on issue #9324: pulsar-io/hbase fails to build

Posted by GitBox <gi...@apache.org>.
MarvinCai edited a comment on issue #9324:
URL: https://github.com/apache/pulsar/issues/9324#issuecomment-768077038


   @klwilson227 
   please see https://github.com/apache/pulsar/issues/9332


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org