You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2023/02/01 18:30:12 UTC

[ambari] 01/01: AMBARI-25846 : Need to update net.sf.ehcache:ehcache dependency

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

vishalsuvagia pushed a commit to branch AMBARI-25846-branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 2ee30200c281b5c21b9144191d53973467cf8bdf
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Wed Feb 1 23:54:49 2023 +0530

    AMBARI-25846 : Need to update net.sf.ehcache:ehcache dependency
    
    Issue:
    Need to update net.sf.ehcache:ehcache dependency.
    
    Changes:
    Updated net.sf.ehcache:ehcache dependency.
    Excluded net.sf.ehcache:ehcache dependency for unwanted library import.
---
 ambari-metrics/ambari-metrics-timelineservice/pom.xml | 2 +-
 ambari-server/pom.xml                                 | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index e0eece66bd..2250459c7f 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -859,7 +859,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.10.0</version>
+      <version>2.10.9.2</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 5c71799608..10bd3b2e53 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1674,7 +1674,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.10.0</version>
+      <version>2.10.9.2</version>
     </dependency>
     <dependency>
       <groupId>com.nimbusds</groupId>
@@ -1867,6 +1867,10 @@
           <groupId>org.apache.directory.api</groupId>
           <artifactId>api-ldap-model</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>net.sf.ehcache</groupId>
+          <artifactId>ehcache</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org