Yikf commented on code in PR #5496:
URL: https://github.com/apache/kyuubi/pull/5496#discussion_r1369480793
##########
extensions/spark/kyuubi-spark-authz-shaded/pom.xml:
##########
@@ -314,4 +311,27 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <!-- Add profile here to exclude jna when enable scala-2.13. -->
+ <profile>
+ <id>scala-2.13</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <configuration>
+ <artifactSet>
+ <excludes>
Review Comment:
It will contain the content in the includes tag and not in the excludes tag.
<img width="1323" alt="image"
src="https://github.com/apache/kyuubi/assets/51110188/d69f41ad-d0cb-4d31-9356-e50aff593541">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]