[
https://issues.apache.org/jira/browse/PHOENIX-7126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791141#comment-17791141
]
ASF GitHub Bot commented on PHOENIX-7126:
-----------------------------------------
NihalJain opened a new pull request, #141:
URL: https://github.com/apache/phoenix-queryserver/pull/141
… maven plugins/dependencies to latest
- Bump apache parent pom version to 30
- Remove maven-assembly-plugin-version as it is coming from parent pom
- Bump following plugins:
- maven-eclipse-plugin.version to 2.10
- maven-build-helper-plugin.version to 3.5.0
- spotbugs-maven-plugin.version to 4.8.1.0
- spotbugs.version to 4.8.1
- maven-owasp-plugin.version to 8.4.0
- jacoco-maven-plugin.version to 0.8.11
- maven-sonar-plugin.version to 3.10.0.2594
- Fix scope of org.apache.phoenix:phoenix-queryserver scope to test as
compilation fails otherwise with error "Non-test scoped test only dependencies
found", possibly due to maven-dependency-plugin upgrade (via apache parent
upgrade
> Update apache parent pom version in QueryServer
> -----------------------------------------------
>
> Key: PHOENIX-7126
> URL: https://issues.apache.org/jira/browse/PHOENIX-7126
> Project: Phoenix
> Issue Type: Bug
> Components: queryserver
> Reporter: Istvan Toth
> Assignee: Nihal Jain
> Priority: Major
>
> We are running into the well-known shading errors when building with Avatica
> 1.24.
> The best way to solve this is to use the latest apache parent version, which
> will bring in newer versions of many of the maven plugins, including the
> shade plugin.
> We have done this in core, omid, etc. already.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)