比较全的pom.xml maven依赖
自行搜索地址: http://mvnrepository.com/tags/maven <?xml version="1.0" encoding="UTF-8"?> <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>jeefw</groupId> <artifactId>jeefw</artifactId> <version>1.0-SNAPSHOT</version> <properties> <spring.version>3.2.8.RELEASE</spring.version> <struts2.version>2.3.16.1</struts2.version> <hibernate.version>4.3.4.Final</hibernate.version> <mybatis.version>3.2.6</mybatis