瀏覽代碼

fix: 修改许可问题

huangjy 4 年之前
父節點
當前提交
bfafd1f06f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -333,7 +333,7 @@
                                 <configuration>
                                     <!--排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可-->
                                     <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>
-                                    <!--<excludeScope>provided</excludeScope>-->
+                                    <excludeScope>provided</excludeScope>
                                     <outputDirectory>${project.build.directory}/lib</outputDirectory>
                                     <!--取消依赖包的时间戳-->
                                     <useBaseVersion>true</useBaseVersion>