You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2022/03/29 21:13:15 UTC

[ozone] branch master updated: HDDS-6516. Shade Kotlin for Ozone Filesystem (#3246)

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 <64...@users.noreply.github.com>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org