You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2018/06/18 15:07:07 UTC

[ambari] branch trunk updated: [AMBARI-24131] Unable to Perform Rolling Restarts Because of Outdated Postgres Driver (#1566)

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

jonathanhurley pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4635cbb  [AMBARI-24131] Unable to Perform Rolling Restarts Because of Outdated Postgres Driver (#1566)
4635cbb is described below

commit 4635cbbccfc1da3ca373324880d14f103201813e
Author: Jonathan Hurley <jo...@apache.org>
AuthorDate: Mon Jun 18 11:07:00 2018 -0400

    [AMBARI-24131] Unable to Perform Rolling Restarts Because of Outdated Postgres Driver (#1566)
---
 ambari-project/pom.xml       | 3 ++-
 ambari-server/pom.xml        | 1 -
 contrib/ambari-log4j/pom.xml | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 662c2d5..b8a0ae3 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -39,6 +39,7 @@
     <guice.version>4.1.0</guice.version>
     <spring.version>4.3.16.RELEASE</spring.version>
     <fasterxml.jackson.version>2.9.5</fasterxml.jackson.version>
+    <postgres.version>42.2.2</postgres.version>
     <forkCount>4</forkCount>
     <reuseForks>false</reuseForks>
     <surefire.argLine>-Xmx1024m -Xms512m</surefire.argLine>
@@ -223,7 +224,7 @@
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>9.3-1101-jdbc4</version>
+        <version>${postgres.version}</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 0a014dc..3358688 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1575,7 +1575,6 @@
     <dependency>
       <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
-      <version>9.3-1101-jdbc4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml
index ef2f5a7..94a1312 100644
--- a/contrib/ambari-log4j/pom.xml
+++ b/contrib/ambari-log4j/pom.xml
@@ -91,7 +91,6 @@
     <dependency>
     	<groupId>postgresql</groupId>
     	<artifactId>postgresql</artifactId>
-    	<version>9.1-901-1.jdbc4</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.jackson</groupId>

-- 
To stop receiving notification emails like this one, please contact
jonathanhurley@apache.org.