File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 11
11
<maven .compiler.target>1.8</maven .compiler.target>
12
12
</properties >
13
13
<dependencies >
14
- <dependency >
15
- <groupId >org.jetbrains</groupId >
16
- <artifactId >annotations-java5</artifactId >
17
- <version >17.0.0</version >
18
- <scope >compile</scope >
19
- </dependency >
20
14
<dependency >
21
15
<groupId >junit</groupId >
22
16
<artifactId >junit</artifactId >
23
17
<version >4.8.2</version >
24
18
<scope >test</scope >
25
19
</dependency >
26
- <dependency >
27
- <groupId >com.diffblue</groupId >
28
- <artifactId >deeptestutils</artifactId >
29
- <version >1.9.0</version >
30
- <scope >test</scope >
31
- </dependency >
32
20
</dependencies >
33
21
<build >
34
22
<plugins >
52
40
</execution >
53
41
</executions >
54
42
</plugin >
55
- <!-- <plugin>
56
- <groupId>org.apache.maven.plugins</groupId>
57
- <artifactId>maven-checkstyle-plugin</artifactId>
58
- <version>2.17</version>
59
- <executions>
60
- <execution>
61
- <id>validate</id>
62
- <phase>validate</phase>
63
- <configuration>
64
- <configLocation>google_checks.xml</configLocation>
65
- <encoding>UTF-8</encoding>
66
- <consoleOutput>true</consoleOutput>
67
- <failsOnError>true</failsOnError>
68
- <violationSeverity>warning</violationSeverity>
69
- <linkXRef>false</linkXRef>
70
- </configuration>
71
- <goals>
72
- <goal>check</goal>
73
- </goals>
74
- </execution>
75
- </executions>
76
- </plugin> -->
77
43
<plugin >
78
44
<groupId >org.apache.maven.plugins</groupId >
79
45
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments