Kaynağa Gözat

git-svn-id: https://192.168.57.71/svn/jsgkj@1026 931142cf-59ea-a443-aa0e-51397b428577

xt_yuanxd 8 yıl önce
ebeveyn
işleme
2d07455a94
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 9 0
      gkaqv2/trunk/modules/web/pom.xml

+ 9 - 0
gkaqv2/trunk/modules/web/pom.xml

@@ -19,6 +19,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
+			<artifactId>spring-test</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework</groupId>
 			<artifactId>spring-context-support</artifactId>
 			<scope>compile</scope>
 		</dependency>
@@ -134,6 +139,10 @@
 			<groupId>com.xt.js.gkaq</groupId>
 			<artifactId>gkaq-dwxx</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
 	</dependencies>
 	<build>
 		<!-- 插件配置 -->