Skip to content

Commit 00e5be0

Browse files
authored
fix: remove duplicate dependency declaration (#7593)
2 parents 1353adf + cf5fd44 commit 00e5be0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Copyright (c) 2012 - Jeremy Long
137137
<maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version>
138138
<maven-surefire-report-plugin.version>3.5.3</maven-surefire-report-plugin.version>
139139
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
140-
<spotbugs.version>4.9.3</spotbugs.version>
141140
<spotbugs.maven.plugin.version>4.9.3.0</spotbugs.maven.plugin.version>
142141
<taglist-maven-plugin.version>3.2.1</taglist-maven-plugin.version>
143142
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
@@ -1003,13 +1002,6 @@ Copyright (c) 2012 - Jeremy Long
10031002
<artifactId>cpe-parser</artifactId>
10041003
<version>3.0.0</version>
10051004
</dependency>
1006-
<dependency>
1007-
<groupId>com.github.spotbugs</groupId>
1008-
<artifactId>spotbugs-annotations</artifactId>
1009-
<version>${spotbugs.version}</version>
1010-
<scope>compile</scope>
1011-
<optional>true</optional>
1012-
</dependency>
10131005
<dependency>
10141006
<groupId>org.whitesource</groupId>
10151007
<artifactId>pecoff4j</artifactId>
@@ -1353,12 +1345,6 @@ Copyright (c) 2012 - Jeremy Long
13531345
<scope>compile</scope>
13541346
<optional>true</optional>
13551347
</dependency>
1356-
<dependency>
1357-
<groupId>com.github.spotbugs</groupId>
1358-
<artifactId>spotbugs-annotations</artifactId>
1359-
<scope>compile</scope>
1360-
<optional>true</optional>
1361-
</dependency>
13621348
<!-- endregion -->
13631349
</dependencies>
13641350
<profiles>

0 commit comments

Comments
 (0)