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-bad.git


The following commit(s) were added to refs/heads/master by this push:
     new b274e57  [NO ISSUE] Fix BAD build to work with Java 11
b274e57 is described below

commit b274e5765380b6ffd40a17cde3c5e7348acec3f5
Author: Michael Blow <mb...@apache.org>
AuthorDate: Sat Feb 16 08:33:01 2019 -0500

    [NO ISSUE] Fix BAD build to work with Java 11
    
    Change-Id: I4f627936ad896ed65257a92dbf4e8453ba82831c
---
 asterix-bad/pom.xml | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/asterix-bad/pom.xml b/asterix-bad/pom.xml
index d6c0602..79297b0 100644
--- a/asterix-bad/pom.xml
+++ b/asterix-bad/pom.xml
@@ -56,7 +56,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>javacc-maven-plugin</artifactId>
-        <version>2.6</version>
         <executions>
           <execution>
             <id>javacc</id>
@@ -81,7 +80,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.9</version>
         <executions>
           <execution>
             <id>add-source</id>
@@ -106,6 +104,19 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <configuration>
+          <usedDependencies>
+            
<usedDependency>org.apache.hadoop:hadoop-minicluster</usedDependency>
+            
<usedDependency>org.apache.asterix:asterix-fuzzyjoin</usedDependency>
+          </usedDependencies>
+          <ignoredUnusedDeclaredDependencies>
+            
<ignoredUnusedDeclaredDependency>org.apache.asterix:asterix-common</ignoredUnusedDeclaredDependency>
+          </ignoredUnusedDeclaredDependencies>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
@@ -147,20 +158,6 @@
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.10</version>
-          <configuration>
-            <usedDependencies>
-              
<usedDependency>org.apache.hadoop:hadoop-minicluster</usedDependency>
-              
<usedDependency>org.apache.asterix:asterix-fuzzyjoin</usedDependency>
-            </usedDependencies>
-            <ignoredUnusedDeclaredDependencies>
-              
<ignoredUnusedDeclaredDependency>org.apache.asterix:asterix-common</ignoredUnusedDeclaredDependency>
-            </ignoredUnusedDeclaredDependencies>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Reply via email to