@@ -313,6 +313,13 @@
<artifactId>rocketmq-client</artifactId>
<version>4.3.0</version>
</dependency>
+ <dependency>
+ <groupId>jdk.tools</groupId>
+ <artifactId>jdk.tools</artifactId>
+ <version>1.7</version>
+ <scope>system</scope>
+ <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
+ </dependency>
</dependencies>
</dependencyManagement>