Skip to content

Commit e3842d7

Browse files
committed
remove unnecessary dependencies
1 parent 3fb5196 commit e3842d7

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -810,16 +810,6 @@ limitations under the License.]]></inlineHeader>
810810
<artifactId>error_prone_annotations</artifactId>
811811
<version>2.3.4</version>
812812
</additionalDependency>
813-
<additionalDependency>
814-
<groupId>com.github.stephenc.jcip</groupId>
815-
<artifactId>jcip-annotations</artifactId>
816-
<version>1.0-1</version>
817-
</additionalDependency>
818-
<additionalDependency>
819-
<groupId>com.github.spotbugs</groupId>
820-
<artifactId>spotbugs-annotations</artifactId>
821-
<version>3.1.12</version>
822-
</additionalDependency>
823813
</additionalDependencies>
824814
<tags>
825815
<tag>
@@ -925,23 +915,6 @@ limitations under the License.]]></inlineHeader>
925915
</configuration>
926916
</execution>
927917
</executions>
928-
<dependencies>
929-
<dependency>
930-
<groupId>com.google.errorprone</groupId>
931-
<artifactId>error_prone_annotations</artifactId>
932-
<version>2.3.4</version>
933-
</dependency>
934-
<dependency>
935-
<groupId>com.github.stephenc.jcip</groupId>
936-
<artifactId>jcip-annotations</artifactId>
937-
<version>1.0-1</version>
938-
</dependency>
939-
<dependency>
940-
<groupId>com.github.spotbugs</groupId>
941-
<artifactId>spotbugs-annotations</artifactId>
942-
<version>3.1.12</version>
943-
</dependency>
944-
</dependencies>
945918
</plugin>
946919
<plugin>
947920
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)