Repository: asterixdb
Updated Branches:
  refs/heads/master af4018ddb -> 0b68779d3


[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]>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/0b68779d
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/0b68779d
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/0b68779d

Branch: refs/heads/master
Commit: 0b68779d3762c9f93ced8f00113e799a02f55466
Parents: af4018d
Author: Michael Blow <[email protected]>
Authored: Fri Dec 15 01:51:35 2017 -0500
Committer: Michael Blow <[email protected]>
Committed: Fri Dec 15 11:35:00 2017 -0800

----------------------------------------------------------------------
 asterixdb/asterix-app/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/0b68779d/asterixdb/asterix-app/pom.xml
----------------------------------------------------------------------
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>
@@ -567,11 +566,6 @@
       <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>
       <artifactId>hyracks-comm</artifactId>
       <version>${hyracks.version}</version>

Reply via email to