Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 12fad67

Browse files
committed
chore: Remove unused dependencies
1 parent cc08ce6 commit 12fad67

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,28 +55,13 @@
5555
<groupId>com.google.auto.value</groupId>
5656
<artifactId>auto-value-annotations</artifactId>
5757
<version>${auto-value.version}</version>
58+
<scope>provided</scope>
5859
</dependency>
5960
<dependency>
6061
<groupId>com.google.auto.value</groupId>
6162
<artifactId>auto-value</artifactId>
6263
<version>${auto-value.version}</version>
6364
</dependency>
64-
<dependency>
65-
<groupId>com.google.code.findbugs</groupId>
66-
<artifactId>jsr305</artifactId>
67-
<version>3.0.2</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>javax.annotation</groupId>
71-
<artifactId>javax.annotation-api</artifactId>
72-
<version>1.3.2</version>
73-
</dependency>
74-
<dependency>
75-
<groupId>com.google.errorprone</groupId>
76-
<artifactId>error_prone_annotations</artifactId>
77-
<version>2.16</version>
78-
<scope>compile</scope>
79-
</dependency>
8065

8166
<!-- Test Dependencies -->
8267
<dependency>

0 commit comments

Comments
 (0)