You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2021/12/08 17:27:47 UTC

[asterixdb] branch master updated: [NO ISSUE] Updates to enable build w/ Java 17

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


The following commit(s) were added to refs/heads/master by this push:
     new 982dfc8  [NO ISSUE] Updates to enable build w/ Java 17
982dfc8 is described below

commit 982dfc8d9bc98d01fd74c2cd7fba1a52ec6d9aaf
Author: Michael Blow <mb...@apache.org>
AuthorDate: Tue Dec 7 14:51:36 2021 -0500

    [NO ISSUE] Updates to enable build w/ Java 17
    
    Change-Id: I83cc3d52ec4c683848ed24648eb1f277b0bca543
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14384
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Michael Blow <mb...@apache.org>
    Reviewed-by: Hussain Towaileb <hu...@gmail.com>
---
 asterixdb/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 55d6bf3..14a7e4d 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -617,6 +617,13 @@
           <groupId>org.jvnet.jaxb2.maven2</groupId>
           <artifactId>maven-jaxb2-plugin</artifactId>
           <version>0.14.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.glassfish.jaxb</groupId>
+              <artifactId>jaxb-runtime</artifactId>
+              <version>2.3.5</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>pl.project13.maven</groupId>