This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/HDDS-5447-httpfs by this push:
new f747312d8c HDDS-8022. Add okio as dependency to the root pom (#4309)
f747312d8c is described below
commit f747312d8c56b24e1ce24696045c0146d49f4ffd
Author: Zita Dombi <[email protected]>
AuthorDate: Sat Feb 25 13:42:43 2023 +0100
HDDS-8022. Add okio as dependency to the root pom (#4309)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 35e5bf4f5d..a7f2562611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<objenesis.version>1.0</objenesis.version>
<okhttp.version>2.7.5</okhttp.version>
+ <okio.version>2.8.0</okio.version>
<mockito1-powermock.version>1.10.19</mockito1-powermock.version>
<mockito2.version>2.28.2</mockito2.version>
<hamcrest.version>1.3</hamcrest.version>
@@ -289,6 +290,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>${okio.version}</version>
+ </dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]