feat(Java_ConstractUtil):修改pom.xml
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>SpringBean</groupId>
|
<groupId>Java_ConstractUtil</groupId>
|
||||||
<artifactId>SpringBean</artifactId>
|
<artifactId>Java_ConstractUtil</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<name>SpringBean Maven Webapp</name>
|
<name>Java_ConstractUtil</name>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
|
|
||||||
@@ -28,12 +28,7 @@
|
|||||||
<javax.version>7.0</javax.version>
|
<javax.version>7.0</javax.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<javax.servlet.version>3.0</javax.servlet.version>
|
<javax.servlet.version>3.0</javax.servlet.version>
|
||||||
<slf4j.version>1.7.12</slf4j.version>
|
|
||||||
<org.aspectj.version>1.6.2</org.aspectj.version>
|
<org.aspectj.version>1.6.2</org.aspectj.version>
|
||||||
<net.sf.ehcache.version>2.3.2</net.sf.ehcache.version>
|
|
||||||
<org.springframework.version>4.3.1.RELEASE</org.springframework.version>
|
|
||||||
<oracle.jdbc.version>10.2.0.1.0</oracle.jdbc.version>
|
|
||||||
<!--<hibernateVersion>4.wwwwwww.0</hibernateVersion>-->
|
|
||||||
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
|
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
|
||||||
<powermock.version>1.4.9</powermock.version>
|
<powermock.version>1.4.9</powermock.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user