Selaa lähdekoodia

HADOOP-18496: remove unused okhttp.version (#5140). Contributed by PJ Fanning.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
PJ Fanning 2 vuotta sitten
vanhempi
commit
e09e81abe4
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 1
      LICENSE-binary
  2. 0 1
      hadoop-project/pom.xml

+ 1 - 1
LICENSE-binary

@@ -244,7 +244,7 @@ com.nimbusds:nimbus-jose-jwt:9.8.1
 com.squareup.okhttp3:okhttp:4.10.0
 com.squareup.okio:okio:3.2.0
 com.zaxxer:HikariCP:4.0.3
-commons-beanutils:commons-beanutils:1.9.3
+commons-beanutils:commons-beanutils:1.9.4
 commons-cli:commons-cli:1.2
 commons-codec:commons-codec:1.11
 commons-collections:commons-collections:3.2.2

+ 0 - 1
hadoop-project/pom.xml

@@ -131,7 +131,6 @@
     <ehcache.version>3.3.1</ehcache.version>
     <hikari.version>4.0.3</hikari.version>
     <mssql.version>6.2.1.jre7</mssql.version>
-    <okhttp.version>2.7.5</okhttp.version>
     <okhttp3.version>4.10.0</okhttp3.version>
     <okio.version>3.2.0</okio.version>
     <kotlin-stdlib.verion>1.6.20</kotlin-stdlib.verion>