This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new d78c81ea6 ATLAS-4740: enable building Atlas using JDK versions higher 
than 8
d78c81ea6 is described below

commit d78c81ea6ccf25159fbabded1ed45e0b3320b92c
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Mar 30 14:59:00 2023 -0700

    ATLAS-4740: enable building Atlas using JDK versions higher than 8
    
    (cherry picked from commit 7ab30522583167bb663b3ee7032a7b71a28025b5)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index baa5b44b4..5a77797c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -744,6 +744,9 @@
         <janusgraph.cassandra.version>0.5.3</janusgraph.cassandra.version>
         <javax-inject.version>1</javax-inject.version>
         <javax.servlet.version>3.1.0</javax.servlet.version>
+        <java.version.required>1.8</java.version.required>
+        <javac.source.version>1.8</javac.source.version>
+        <javac.target.version>1.8</javac.target.version>
         <jersey-spring.version>1.19.4</jersey-spring.version>
         <jersey.version>1.19</jersey.version>
         <jettison.version>1.5.2</jettison.version>

Reply via email to