SSH pom.xml参考

  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4.0.0
  com.hbbk
  Mgz
  war
  0.0.1-SNAPSHOT
  Mgz Maven Webapp
  http://maven.apache.org
   
   
      junit
      junit
      4.8.2
      test
   

    
   
 
   org.springframework
   spring-core
   3.1.1.RELEASE
 

 
org.springframework
spring-web
3.1.1.RELEASE
 

org.springframework
spring-orm
3.1.1.RELEASE
 
 
   org.springframework
   spring-struts
   3.1.1.RELEASE
 

 
   org.springframework
   spring-beans
   3.1.1.RELEASE
 

 
   org.springframework
   spring-context
   3.1.1.RELEASE
 

 
org.springframework
spring-aop
3.1.1.RELEASE


org.aspectj
aspectjrt
1.6.12


org.aspectj
aspectjweaver
1.6.12


cglib
cglib
2.2

 
 

org.springframework.security
spring-security-core
3.1.3.RELEASE

 
org.springframework.security
spring-security-web
3.1.3.RELEASE

 
      org.springframework.security  
      spring-security-config  
      3.1.3.RELEASE  
 
 
   
      org.springframework.security  
      spring-security-taglibs  
      3.1.3.RELEASE  
 
   
         
 
 
   org.hibernate
   hibernate-core
   3.3.1.GA
 
 
   
org.slf4j
slf4j-api
1.5.2


org.slf4j
slf4j-log4j12
1.5.2

 
net.sf.ehcache
ehcache-core
2.4.3
 


 
 
   
   mysql
   mysql-connector-java
   5.1.16
 

 
c3p0
c3p0
0.9.1.2

    
 
org.quartz-scheduler
quartz
1.7.2

 
 
log4j
log4j
1.2.6

 
 
commons-io
commons-io
1.3.2

     
        javax.servlet    
        servlet-api    
        2.5    
        provided    
 
  
     
 
org.apache.struts
struts2-core
2.1.8.1

 
org.apache.struts
struts2-spring-plugin
2.1.8.1
  
 
org.apache.struts
struts2-json-plugin
2.1.8.1
   

struts2-sunspoter-stream
strutsStream
1.0



 
org.apache.commons
commons-email
1.3.2

   
 
net.sourceforge.jexcelapi
jxl
2.6.10
 

org.aspectj
aspectjrt
1.6.9

     
 

 
    Mgz
 








====================================

struts2-sunspoter-stream-1.0.jar包需要下载安装

mvn install:install-file -Dfile=E:/Eclipse_space/HBBKGZ/WebContent/WEB-INF/lib/struts2-sunspoter-stream-1.0.jar -DgroupId=struts2-sunspoter-stream -DartifactId=strutsStream -Dversion=1.0 -Dpackaging=jar 
 

你可能感兴趣的:(java,struts2,spring,sercurity,spring)