basapuram-kumar opened a new pull request, #3604: URL: https://github.com/apache/hive/pull/3604
### What changes were proposed in this pull request? Adding JBoss maven2 artifact to resolve the javax.jms:jms:jar issue, by adding build will pass locally on macos-m1. jira- [HIVE-26544](https://issues.apache.org/jira/browse/HIVE-26544) ### Why are the changes needed? From the pom.xml, we need to change this beow explained old repo: <url>http://www.datanucleus.org/downloads/maven2</url> new repo https://repository.jboss.org/maven2/ ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? without this patchm the build failed as explained in [HIVE-26544](https://issues.apache.org/jira/browse/HIVE-26544) By applying this proposed patch, it gets succeded. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
