File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 156156 <groupId >org.springframework</groupId >
157157 <artifactId >spring-test</artifactId >
158158 <version >${org.springframework-version} </version >
159+ <scope >test</scope >
159160 </dependency >
160161 <dependency >
161162 <groupId >junit</groupId >
167168 <groupId >xmlunit</groupId >
168169 <artifactId >xmlunit</artifactId >
169170 <version >1.2</version >
171+ <scope >test</scope >
170172 </dependency >
171173 <dependency >
172174 <groupId >com.jayway.jsonpath</groupId >
173175 <artifactId >json-path</artifactId >
174176 <version >0.8.1</version >
177+ <scope >test</scope >
175178 </dependency >
176179 <dependency >
177180 <groupId >org.hamcrest</groupId >
178181 <artifactId >hamcrest-library</artifactId >
179182 <version >1.3</version >
183+ <scope >test</scope >
180184 </dependency >
181185
182186 </dependencies >
You can’t perform that action at this time.
0 commit comments