From e1690c0f14d0aff86f52be2c627603961186b890 Mon Sep 17 00:00:00 2001 From: nisuhw Date: Sun, 14 Jul 2013 22:30:56 +0700 Subject: [PATCH] Update pom.xml fix some class not found exception when running on system with fresh installed maven --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index a194f6205..2e864ab69 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,16 @@ spring-tx ${spring-framework.version} + + org.springframework + spring-core + ${spring-framework.version} + + + org.springframework + spring-beans + ${spring-framework.version} + org.springframework