Skip to content

Commit 9a234ad

Browse files
authored
Merge pull request #1 from DatMV01/unit-test-1
Add com.sun.tools dependency
2 parents 615e19b + f1cee3a commit 9a234ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@
6060
<artifactId>junit-jupiter-api</artifactId>
6161
<version>5.5.1</version>
6262
</dependency>
63+
64+
<!-- https://mvnrepository.com/artifact/com.sun/tools -->
65+
<dependency>
66+
<groupId>com.sun</groupId>
67+
<artifactId>tools</artifactId>
68+
<version>1.8</version>
69+
<scope>system</scope>
70+
<systemPath>C:\Program Files\Java\jdk-1.8\lib\tools.jar</systemPath>
71+
</dependency>
72+
73+
6374
</dependencies>
6475

6576
<profiles>

0 commit comments

Comments
 (0)