Browse Source

fix

release_toaliyun_real
zhengfangyuan 5 years ago
parent
commit
a2f5fd455b
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      pom.xml

+ 7
- 1
pom.xml View File

@@ -394,7 +394,13 @@
<version>1.4</version>
</dependency>


<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.8.0</version>
<scope>system</scope>
<systemPath>${env.JAVA_HOME}/lib/tools.jar</systemPath>
</dependency>


</dependencies>


Loading…
Cancel
Save