Forráskód Böngészése

AMBARI-23048. Remove unsecure dependencies from Ambari Groovy Shell (amagyar)

Attila Magyar 7 éve
szülő
commit
a1211c964c
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      ambari-shell/ambari-groovy-shell/pom.xml

+ 2 - 2
ambari-shell/ambari-groovy-shell/pom.xml

@@ -69,12 +69,12 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>2.4.1</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.2.5</version>
+      <version>4.5.5</version>
     </dependency>
   </dependencies>
   <build>