Browse Source

Cleanup of useless files in the binary package lib directory. (#5430)

pull/3/MERGE
zhuangchong 3 years ago committed by GitHub
parent
commit
0d8011f9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml

1
dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml vendored

@ -216,6 +216,7 @@
<outputDirectory>lib</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<excludes>
<exclude>org.apache.dolphinscheduler:dolphinscheduler-dist</exclude>
<exclude>javax.servlet:servlet-api</exclude>
<exclude>org.eclipse.jetty.aggregate:jetty-all</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>

Loading…
Cancel
Save