Michael Blow has submitted this change and it was merged. Change subject: [NO ISSUE] Fix build-time warning due to duplicate declaration ......................................................................
[NO ISSUE] Fix build-time warning due to duplicate declaration Change-Id: I93f9bf3320012880ba3a10b5f6c85df06f5ef046 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2229 Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-app/pom.xml 1 file changed, 0 insertions(+), 6 deletions(-) Approvals: Michael Blow: Looks good to me, approved; Verified diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index 58bbad2..0785056 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -438,7 +438,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hyracks</groupId> @@ -565,11 +564,6 @@ <artifactId>hyracks-storage-am-lsm-btree-test</artifactId> <type>test-jar</type> <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>1.4.1</version> </dependency> <dependency> <groupId>org.apache.hyracks</groupId> -- To view, visit https://asterix-gerrit.ics.uci.edu/2229 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I93f9bf3320012880ba3a10b5f6c85df06f5ef046 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
