File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 173173 <module >services</module >
174174 <module >test</module >
175175 <module >client</module >
176- <module >setup</module >
177176 </modules >
178177
179178 <dependencyManagement >
192191 <artifactId >junit</artifactId >
193192 <version >${cs.junit.version} </version >
194193 <scope >test</scope >
195- </dependency >
196- <dependency >
197- <groupId >org.springframework</groupId >
198- <artifactId >spring-core</artifactId >
199- <version >${org.springframework.version} </version >
200- </dependency >
194+ </dependency >
195+ <dependency >
196+ <groupId >org.springframework</groupId >
197+ <artifactId >spring-core</artifactId >
198+ <version >${org.springframework.version} </version >
199+ </dependency >
201200 <dependency >
202201 <groupId >org.springframework</groupId >
203202 <artifactId >spring-context</artifactId >
220219 <version >${org.springframework.version} </version >
221220 <scope >test</scope >
222221 </dependency >
222+ <dependency >
223+ <groupId >org.springframework</groupId >
224+ <artifactId >spring-test</artifactId >
225+ <version >${org.springframework.version} </version >
226+ <scope >test</scope >
227+ </dependency >
223228 <dependency >
224229 <groupId >org.aspectj</groupId >
225230 <artifactId >aspectjrt</artifactId >
You can’t perform that action at this time.
0 commit comments