|
@@ -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>
|