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 b1d8d52333cf1cf6ad540e9cec766831418c0cf0
Author: Michael Blow <[email protected]>
AuthorDate: Fri Apr 24 16:17:12 2020 -0400

    [NO ISSUE] Fix duplicate dependency build warnings
    
    Change-Id: I00bb170557d3beff786dda8cfb27ed980ec94d53
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/5986
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
    Reviewed-by: Murtadha Hubail <[email protected]>
---
 hyracks-fullstack/pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index f10f2fa..3142ff8 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -277,31 +277,6 @@
         <artifactId>maven-plugin-api</artifactId>
         <version>3.6.3</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-model</artifactId>
-        <version>3.6.3</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-artifact</artifactId>
-        <version>3.6.3</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-compat</artifactId>
-        <version>3.6.3</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-core</artifactId>
-        <version>3.6.3</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>3.6.3</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <build>

Reply via email to