Bläddra i källkod

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

xt_yuanxd 8 år sedan
förälder
incheckning
b7e121819b
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. 11 0
      gkaqv2/trunk/modules/bom/pom.xml

+ 11 - 0
gkaqv2/trunk/modules/bom/pom.xml

@@ -23,6 +23,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.springframework</groupId>
+				<artifactId>spring-test</artifactId>
+				<version>${spring.version}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.springframework</groupId>
 				<artifactId>spring-context</artifactId>
 				<version>${spring.version}</version>
 			</dependency>
@@ -202,6 +208,11 @@
 				<artifactId>activiti-spring</artifactId>
 				<version>${activiti.version}</version>
 			</dependency>
+			<dependency>
+				<groupId>junit</groupId>
+				<artifactId>junit</artifactId>
+				<version>4.11</version>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>
 	<distributionManagement>