Skip to content

Commit 5fbd2c7

Browse files
author
paulkennethkent
committed
removed unnecessary deps
1 parent 6e3eca6 commit 5fbd2c7

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,12 @@
1111
<maven.compiler.target>1.8</maven.compiler.target>
1212
</properties>
1313
<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>
2014
<dependency>
2115
<groupId>junit</groupId>
2216
<artifactId>junit</artifactId>
2317
<version>4.8.2</version>
2418
<scope>test</scope>
2519
</dependency>
26-
<dependency>
27-
<groupId>com.diffblue</groupId>
28-
<artifactId>deeptestutils</artifactId>
29-
<version>1.9.0</version>
30-
<scope>test</scope>
31-
</dependency>
3220
</dependencies>
3321
<build>
3422
<plugins>
@@ -52,28 +40,6 @@
5240
</execution>
5341
</executions>
5442
</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> -->
7743
<plugin>
7844
<groupId>org.apache.maven.plugins</groupId>
7945
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)