修复依赖
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
BIN
blog-common/src/main/resources/lib/jconsole.jar
Normal file
BIN
blog-common/src/main/resources/lib/jconsole.jar
Normal file
Binary file not shown.
BIN
blog-common/src/main/resources/lib/tools.jar
Normal file
BIN
blog-common/src/main/resources/lib/tools.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user