build :清除一些依赖
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM azul/zulu-openjdk:11.0.22-jre
|
FROM azul/zulu-openjdk:11.0.22-jdk
|
||||||
VOLUME /tmp
|
VOLUME /tmp
|
||||||
RUN useradd -b /home -m -s /bin/bash clay
|
RUN useradd -b /home -m -s /bin/bash clay
|
||||||
RUN chmod a+xr -R /home/clay && chown clay:clay -R /home/clay
|
RUN chmod a+xr -R /home/clay && chown clay:clay -R /home/clay
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.fateverse</groupId>
|
<groupId>cn.fateverse</groupId>
|
||||||
<artifactId>common-decrypt</artifactId>
|
<artifactId>common-decrypt</artifactId>
|
||||||
<optional>true</optional>
|
<!-- <optional>true</optional>-->
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
@@ -16,13 +16,13 @@
|
|||||||
<maven.deploy.skip>true</maven.deploy.skip>
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>monitor</module>
|
<!-- <module>monitor</module>-->
|
||||||
<module>custom-query</module>
|
<!-- <module>custom-query</module>-->
|
||||||
<module>code-gen</module>
|
<!-- <module>code-gen</module>-->
|
||||||
<module>workflow</module>
|
<module>workflow</module>
|
||||||
<!-- <module>code-gen-test-oracle</module>-->
|
<!-- <module>code-gen-test-oracle</module>-->
|
||||||
<!-- <module>code-gen-test-mysql</module>-->
|
<!-- <module>code-gen-test-mysql</module>-->
|
||||||
<module>sentinel-dashboard</module>
|
<!-- <module>sentinel-dashboard</module>-->
|
||||||
<!-- <module>sentinel-dashboard-pro</module>-->
|
<!-- <module>sentinel-dashboard-pro</module>-->
|
||||||
<!-- <module>xxl-job-admin</module>-->
|
<!-- <module>xxl-job-admin</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|||||||
Reference in New Issue
Block a user