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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c4a017  HDDS-6516. Shade Kotlin for Ozone Filesystem (#3246)
0c4a017 is described below

commit 0c4a01766be03088da694025cac3493582afc17e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Mar 29 23:12:53 2022 +0200

    HDDS-6516. Shade Kotlin for Ozone Filesystem (#3246)
---
 hadoop-ozone/ozonefs-shaded/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml 
b/hadoop-ozone/ozonefs-shaded/pom.xml
index 500f817..46419e1 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -143,6 +143,12 @@
                   </includes>
                 </relocation>
                 <relocation>
+                  <pattern>kotlin</pattern>
+                  <shadedPattern>
+                    ${shaded.prefix}.kotlin
+                  </shadedPattern>
+                </relocation>
+                <relocation>
                   <pattern>picocli</pattern>
                   <shadedPattern>
                     ${shaded.prefix}.picocli

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to