removing unused commented dependencies removing the spring related dependencies that were commented out.
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0ab54224 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0ab54224 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0ab54224 Branch: refs/heads/bvt Commit: 0ab54224ba7362113cc57bcdee366c7af3b8aae1 Parents: d521e66 Author: Prasanna Santhanam <[email protected]> Authored: Sun Mar 10 11:38:48 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Mar 10 11:38:48 2013 +0530 ---------------------------------------------------------------------- pom.xml | 59 ---------------------------------------------------------- 1 files changed, 0 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0ab54224/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 541ae57..7df1252 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,6 @@ <module>services</module> <module>test</module> <module>client</module> - <module>setup</module> </modules> <dependencyManagement> @@ -190,7 +189,6 @@ <version>${cs.junit.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> @@ -206,75 +204,18 @@ <artifactId>spring-web</artifactId> <version>${org.springframework.version}</version> </dependency> -<!-- - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-orm</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-oxm</artifactId> - <version>${org.springframework.version}</version> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - <version>${org.springframework.version}</version> - </dependency> - --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${org.springframework.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId>
