修复依赖

This commit is contained in:
禾几海
2021-09-29 23:34:31 +08:00
parent 113a054bea
commit 8c18abf120
3 changed files with 16 additions and 0 deletions

View File

@@ -28,6 +28,22 @@
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/tools.jar</systemPath>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jconsole</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/jconsole.jar</systemPath>
<optional>true</optional>
</dependency>
<!--druid--> <!--druid-->
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>

Binary file not shown.

Binary file not shown.