You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2021/06/05 19:19:05 UTC

[gora] branch master updated: GORA-679 Fix CI build issue (#242)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
     new 22d3af8  GORA-679 Fix CI build issue (#242)
22d3af8 is described below

commit 22d3af831dbd279151a55f610a747859fc20c74e
Author: Kevin Ratnasekera <dj...@yahoo.com>
AuthorDate: Sun Jun 6 00:48:58 2021 +0530

    GORA-679 Fix CI build issue (#242)
    
    * GORA-679 Fix CI build issue
---
 pom.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b497ca..e34ba02 100755
--- a/pom.xml
+++ b/pom.xml
@@ -385,6 +385,18 @@
     </repository>
   </repositories-->
 
+  <repositories>
+    <repository>
+      <id>conjars</id>
+      <url>https://conjars.org/repo</url>
+    </repository>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>https://maven.restlet.talend.com/</url>
+    </repository>
+  </repositories>
+
   <build>
     <defaultGoal>install</defaultGoal>
     <directory>target</directory>
@@ -840,7 +852,7 @@
     <tika.version>1.12</tika.version>
     <httpcomponents.version>4.5.6</httpcomponents.version>
     <commons-io.version>2.5</commons-io.version>
-    <restlet.version>2.3.1</restlet.version>
+    <restlet.version>2.4.0</restlet.version>
     <!-- Flink Dependencies -->
     <flink.version>1.6.2</flink.version>
 
@@ -879,7 +891,7 @@
     <!-- HiveStore Dependencies -->
     <metamodel.version>5.3.0</metamodel.version>
     <json.version>20180813</json.version>
-    <hive.version>2.3.7</hive.version>
+    <hive.version>2.3.8</hive.version>
     <hadoop-common.version>2.6.0</hadoop-common.version>
 
     <!-- Testing Dependencies -->