File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments