File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 6262 <groupId >org.springframework.boot</groupId >
6363 <artifactId >spring-boot-starter-web</artifactId >
6464 </dependency >
65- <dependency >
66- <groupId >org.springframework.boot</groupId >
67- <artifactId >spring-boot-starter-test</artifactId >
68- <scope >test</scope >
69- </dependency >
7065 <dependency >
7166 <groupId >org.yaml</groupId >
7267 <artifactId >snakeyaml</artifactId >
108103 <artifactId >org.eclipse.jgit</artifactId >
109104 <version >5.13.0.202109080827-r</version >
110105 </dependency >
111- <dependency >
112- <groupId >org.mockito</groupId >
113- <artifactId >mockito-all</artifactId >
114- <version >1.10.19</version >
115- <scope >test</scope >
116- </dependency >
117106 <dependency >
118107 <groupId >org.apache.commons</groupId >
119108 <artifactId >commons-compress</artifactId >
129118 <artifactId >hibernate-validator</artifactId >
130119 <version >6.0.13.Final</version >
131120 </dependency >
121+ <!-- Test dependencies -->
122+ <dependency >
123+ <groupId >org.springframework.boot</groupId >
124+ <artifactId >spring-boot-starter-test</artifactId >
125+ <scope >test</scope >
126+ </dependency >
127+ <dependency >
128+ <groupId >org.mockito</groupId >
129+ <artifactId >mockito-all</artifactId >
130+ <version >1.10.19</version >
131+ <scope >test</scope >
132+ </dependency >
132133 </dependencies >
133134
134135 <build >
You can’t perform that action at this time.
0 commit comments