<
build
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.maven.plugins
groupId
>
<
artifactId
>maven-compiler-plugin
artifactId
>
<
version
>3.5.1
version
>
<
configuration
>
<
source
>
1.8
source
>
<
target
>
1.8
target
>
<
encoding
>
utf-8
encoding
>
configuration
>
plugin
>
plugins
>
build
>
|
<
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/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>
4.0.0
modelVersion
>
<
groupId
>
com.zxk
groupId
>
<
artifactId
>
MavenSSMPrj
artifactId
>
<
version
>
0.0.1-SNAPSHOT
version
>
<
packaging
>
war
packaging
>
<
dependencies
>
<
dependency
>
<
groupId
>
junit
groupId
>
<
artifactId
>
junit
artifactId
>
<
version
>
3.8.1
version
>
<
scope
>
test
scope
>
dependency
>
<
dependency
>
<
groupId
>
mysql
groupId
>
<
artifactId
>
mysql-connector-java
artifactId
>
<
version
>
5.1.39
version
>
dependency
>
<
dependency
>
<
groupId
>
org.mybatis
groupId
>
<
artifactId
>
mybatis
artifactId
>
<
version
>
3.4.1
version
>
dependency
>
<
dependency
>
<
groupId
>
org.mybatis
groupId
>
<
artifactId
>
mybatis-spring
artifactId
>
<
version
>
1.3.1
version
>
dependency
>
<
dependency
>
<
groupId
>
org.aspectj
groupId
>
<
artifactId
>
aspectjweaver
artifactId
>
<
version
>
1.8.9
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-aop
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-core
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-aspects
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-beans
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-context
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-context-support
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-expression
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-instrument
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-instrument-tomcat
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-jdbc
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-jms
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-messaging
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-orm
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-oxm
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-test
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
<
scope
>
test
scope
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-tx
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-web
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-webmvc
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-webmvc-portlet
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-websocket
artifactId
>
<
version
>
4.3.7.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
taglibs
groupId
>
<
artifactId
>
standard
artifactId
>
<
version
>
1.1.2
version
>
dependency
>
<
dependency
>
<
groupId
>
jstl
groupId
>
<
artifactId
>
jstl
artifactId
>
<
version
>
1.2
version
>
dependency
>
<
dependency
>
<
groupId
>
com.mchange
groupId
>
<
artifactId
>
c3p0
artifactId
>
<
version
>
0.9.5.2
version
>
dependency
>
<
dependency
>
<
groupId
>
com.mchange
groupId
>
<
artifactId
>
mchange-commons-java
artifactId
>
<
version
>
0.2.11
version
>
dependency
>
<
dependency
>
<
groupId
>
log4j
groupId
>
<
artifactId
>
log4j
artifactId
>
<
version
>
1.2.17
version
>
dependency
>
<
dependency
>
<
groupId
>
commons-logging
groupId
>
<
artifactId
>
commons-logging
artifactId
>
<
version
>
1.2
version
>
dependency
>
<
dependency
>
<
groupId
>
commons-io
groupId
>
<
artifactId
>
commons-io
artifactId
>
<
version
>
2.4
version
>
dependency
>
<
dependency
>
<
groupId
>
commons-fileupload
groupId
>
<
artifactId
>
commons-fileupload
artifactId
>
<
version
>
1.3.1
version
>
dependency
>
<
dependency
>
<
groupId
>
commons-codec
groupId
>
<
artifactId
>
commons-codec
artifactId
>
<
version
>
1.10
version
>
dependency
>
<
dependency
>
<
groupId
>
com.fasterxml.jackson.core
groupId
>
<
artifactId
>
jackson-core
artifactId
>
<
version
>
2.8.9
version
>
dependency
>
<
dependency
>
<
groupId
>
com.fasterxml.jackson.core
groupId
>
<
artifactId
>
jackson-databind
artifactId
>
<
version
>
2.8.9
version
>
dependency
>
<
dependency
>
<
groupId
>
com.fasterxml.jackson.core
groupId
>
<
artifactId
>
jackson-annotations
artifactId
>
<
version
>
2.8.9
version
>
dependency
>
dependencies
>
<
build
>
<
plugins
>
<
plugin
>
<
groupId
>
org.apache.maven.plugins
groupId
>
<
artifactId
>
maven-compiler-plugin
artifactId
>
<
version
>
3.5.1
version
>
<
configuration
>
<
source
>
1.8
source
>
<
target
>
1.8
target
>
<
encoding
>
utf-8
encoding
>
configuration
>
plugin
>
plugins
>
build
>
project
>
|
<
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/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>
4.0.0
modelVersion
>
<
groupId
>
com.zxk
groupId
>
<
artifactId
>
MavenSSMPrj
artifactId
>
<
version
>
0.0.1-SNAPSHOT
version
>
<
packaging
>
war
packaging
>
<
build
>
<
plugins
>
<
plugin
>
<
groupId
>
org.apache.maven.plugins
groupId
>
<
artifactId
>
maven-compiler-plugin
artifactId
>
<
version
>
3.5.1
version
>
<
configuration
>
<
source
>
1.8
source
>
<
target
>
1.8
target
>
<
encoding
>
utf-8
encoding
>
configuration
>
plugin
>
plugins
>
build
>
project
>
|