Skip to content

Commit

Permalink
[issues#12551] nacos-client modularity problem (#12696)
Browse files Browse the repository at this point in the history
* fix:shade时,全局排除模块化描述文件,避免使用到其他依赖的描述文件

* Revert "fix:shade时,全局排除模块化描述文件,避免使用到其他依赖的描述文件"

This reverts commit 7d4603a.

* fix:shade时,全局排除模块化描述文件,避免使用到其他依赖的描述文件

* Revert "fix:shade时,全局排除模块化描述文件,避免使用到其他依赖的描述文件"

This reverts commit e1fba9c.

* fix:shade时,全局排除模块化描述文件,避免使用到其他依赖的描述文件
  • Loading branch information
luxiao0000 authored Oct 9, 2024
1 parent 55edc5b commit 85f89bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>**/module-info.class</exclude>
</excludes>
</filter>
<filter>
Expand Down

0 comments on commit 85f89bc

Please sign in to comment.