Skip to content

Commit 88bc90a

Browse files
author
Prasanna Santhanam
committed
removing unused commented dependencies
removing the spring related dependencies that were commented out. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 3b3623d commit 88bc90a

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
<module>services</module>
174174
<module>test</module>
175175
<module>client</module>
176-
<module>setup</module>
177176
</modules>
178177

179178
<dependencyManagement>
@@ -192,12 +191,12 @@
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>
@@ -220,6 +219,12 @@
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>

0 commit comments

Comments
 (0)