Skip to content

Commit 6ad07a4

Browse files
committed
Remove dependencies not in use
1 parent cb1f029 commit 6ad07a4

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -191,35 +191,12 @@
191191
</exclusions>
192192
</dependency>
193193
<!-- testing -->
194-
<dependency>
195-
<groupId>org.mockito</groupId>
196-
<artifactId>mockito-core</artifactId>
197-
<version>5.14.2</version>
198-
<scope>test</scope>
199-
</dependency>
200194
<dependency>
201195
<groupId>junit</groupId>
202196
<artifactId>junit</artifactId>
203197
<version>4.13.2</version>
204198
<scope>test</scope>
205199
</dependency>
206-
<!-- Authentication -->
207-
<dependency>
208-
<groupId>com.github.scribejava</groupId>
209-
<artifactId>scribejava-apis</artifactId>
210-
<version>8.3.3</version>
211-
</dependency>
212-
<dependency>
213-
<groupId>org.springframework.security</groupId>
214-
<artifactId>spring-security-core</artifactId>
215-
<version>5.8.16</version>
216-
<exclusions>
217-
<exclusion>
218-
<groupId>org.springframework</groupId>
219-
<artifactId>spring-jcl</artifactId>
220-
</exclusion>
221-
</exclusions>
222-
</dependency>
223200
</dependencies>
224201
<build>
225202
<finalName>simpleAnnotationStore</finalName>

0 commit comments

Comments
 (0)