File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 16
16
<maven .compiler.target>1.8</maven .compiler.target>
17
17
<junit .platform.version>1.0.3</junit .platform.version>
18
18
<junit .jupiter.version>5.0.3</junit .jupiter.version>
19
- <!-- <coverage.resources.directory>${project.build.resources[0].directory}/CoverageHTMLReporter</coverage.resources.directory>--> <!-- This doesnt work!-->
20
19
<coverage .resources.directory>${basedir} /src/main/resources/CoverageHTMLReporter</coverage .resources.directory>
21
20
<coverage .resources.version>1.0.0</coverage .resources.version>
22
21
<coverage .resources.zip.directory>utPLSQL-coverage-html-${coverage.resources.version} </coverage .resources.zip.directory>
36
35
<version >12.2.0.1</version >
37
36
<scope >compile</scope >
38
37
</dependency >
39
- <!-- <dependency>
40
- <groupId>junit</groupId>
41
- <artifactId>junit</artifactId>
42
- <version>4.12</version>
43
- <scope>test</scope>
44
- </dependency>-->
45
38
<dependency >
46
39
<groupId >org.junit.jupiter</groupId >
47
40
<artifactId >junit-jupiter-api</artifactId >
You can’t perform that action at this time.
0 commit comments