Repository: orc
Updated Branches:
  refs/heads/branch-1.5 c2c59b0de -> a67c03fdc


ORC-411: Update pom file to work with openjdk 10.

Fixes #315

Signed-off-by: Owen O'Malley <[email protected]>


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

Branch: refs/heads/branch-1.5
Commit: a67c03fdc3c0fb6130c8a4e1596ce51810e1a5d7
Parents: c2c59b0
Author: Owen O'Malley <[email protected]>
Authored: Sat Sep 29 21:58:29 2018 -0700
Committer: Owen O'Malley <[email protected]>
Committed: Mon Oct 1 08:41:07 2018 -0700

----------------------------------------------------------------------
 java/core/pom.xml |  4 ++++
 java/pom.xml      | 11 ++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/a67c03fd/java/core/pom.xml
----------------------------------------------------------------------
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 63b3bc1..e057036 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -52,6 +52,10 @@
       <artifactId>aircompressor</artifactId>
     </dependency>
     <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/orc/blob/a67c03fd/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index b32c3c5..3f2baeb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -148,7 +148,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.20.1</version>
+        <version>2.21.0</version>
         <configuration>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx2048m</argLine>
@@ -437,6 +437,11 @@
         </exclusions>
       </dependency>
       <dependency>
+        <groupId>javax.xml.bind</groupId>
+        <artifactId>jaxb-api</artifactId>
+        <version>2.2.11</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
         <version>1.4</version>
@@ -479,6 +484,10 @@
             <artifactId>jsp-api</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>jdk.tools</groupId>
+            <artifactId>jdk.tools</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>net.java.dev.jets3t</groupId>
             <artifactId>jets3t</artifactId>
           </exclusion>

Reply via email to