This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit aa028027a2a0566b17141ebbb9f8500c565697d5 Author: Michael Blow <[email protected]> AuthorDate: Tue Feb 4 21:45:02 2020 -0500 [NO ISSUE][HYR] Fix build warning [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [WARNING] While downloading xml-apis:xml-apis:2.0.2 Change-Id: Ibda23a2e8308937f343d80eff04ede9a235da0d5 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/4904 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Tested-by: Jenkins <[email protected]> --- hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml index 7e00d82..9528eaa 100644 --- a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml @@ -205,7 +205,7 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> - <version>2.0.2</version> + <version>1.0.b2</version> <scope>test</scope> </dependency> </dependencies>
