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 62
62
<groupId >org.springframework.boot</groupId >
63
63
<artifactId >spring-boot-starter-web</artifactId >
64
64
</dependency >
65
- <dependency >
66
- <groupId >org.springframework.boot</groupId >
67
- <artifactId >spring-boot-starter-test</artifactId >
68
- <scope >test</scope >
69
- </dependency >
70
65
<dependency >
71
66
<groupId >org.yaml</groupId >
72
67
<artifactId >snakeyaml</artifactId >
108
103
<artifactId >org.eclipse.jgit</artifactId >
109
104
<version >5.13.0.202109080827-r</version >
110
105
</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 >
117
106
<dependency >
118
107
<groupId >org.apache.commons</groupId >
119
108
<artifactId >commons-compress</artifactId >
129
118
<artifactId >hibernate-validator</artifactId >
130
119
<version >6.0.13.Final</version >
131
120
</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 >
132
133
</dependencies >
133
134
134
135
<build >
You can’t perform that action at this time.
0 commit comments