فهرست منبع

added spring-dao dependency (for DataAccessException)

Luke Taylor 18 سال پیش
والد
کامیت
9d01ace915
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      sandbox/other/pom.xml

+ 7 - 1
sandbox/other/pom.xml

@@ -21,7 +21,13 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-mock</artifactId>
       <optional>true</optional>
-    </dependency>      
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-dao</artifactId>
+      <version>${spring.version}</version>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>