Преглед изворни кода

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

xt_yuanxd пре 8 година
родитељ
комит
6a9727c038
1 измењених фајлова са 19 додато и 10 уклоњено
  1. 19 10
      gkaqv2/trunk/modules/frame/pom.xml

+ 19 - 10
gkaqv2/trunk/modules/frame/pom.xml

@@ -10,6 +10,11 @@
 			<artifactId>spring-context</artifactId>
 			<artifactId>spring-context</artifactId>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-test</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
 			<groupId>javax.servlet</groupId>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<artifactId>servlet-api</artifactId>
 			<scope>provided</scope>
 			<scope>provided</scope>
@@ -56,6 +61,10 @@
 			<groupId>com.xt.js.gkaq</groupId>
 			<groupId>com.xt.js.gkaq</groupId>
 			<artifactId>gkaq-common</artifactId>
 			<artifactId>gkaq-common</artifactId>
 		</dependency>
 		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
 	</dependencies>
 	</dependencies>
 	<dependencyManagement>
 	<dependencyManagement>
 		<dependencies>
 		<dependencies>
@@ -105,16 +114,16 @@
 				<artifactId>maven-war-plugin</artifactId>
 				<artifactId>maven-war-plugin</artifactId>
 			</plugin>
 			</plugin>
 			<!-- compiler插件, 设定JDK版本 -->
 			<!-- compiler插件, 设定JDK版本 -->
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.0</version>
-					<configuration>
-						<source>${jdk.version}</source>
-						<target>${jdk.version}</target>
-						<showWarnings>true</showWarnings>
-					</configuration>
-				</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<version>3.0</version>
+				<configuration>
+					<source>${jdk.version}</source>
+					<target>${jdk.version}</target>
+					<showWarnings>true</showWarnings>
+				</configuration>
+			</plugin>
 			<plugin>
 			<plugin>
 				<groupId>org.mybatis.generator</groupId>
 				<groupId>org.mybatis.generator</groupId>
 				<artifactId>mybatis-generator-maven-plugin</artifactId>
 				<artifactId>mybatis-generator-maven-plugin</artifactId>