【Maven】SSH框架整合

pom.xml


    4.0.0
    com.huaqin
    Hello
    0.0.1-SNAPSHOT
    war


    
    
        4.2.4.RELEASE
        5.0.7.Final
        2.3.24
    

    
    
        
            
                org.springframework
                spring-context
                ${spring.version}
            
            
                org.springframework
                spring-aspects
                ${spring.version}
            
            
                org.springframework
                spring-orm
                ${spring.version}
            
            
                org.springframework
                spring-test
                ${spring.version}
            
            
                org.springframework
                spring-web
                ${spring.version}
            
            
                org.hibernate
                hibernate-core
                ${hibernate.version}
            
            
                org.apache.struts
                struts2-core
                ${struts.version}
            
            
                org.apache.struts
                struts2-spring-plugin
                ${struts.version}
            
        
    
    
    
        
        
            org.springframework
            spring-context
        
        
            org.springframework
            spring-aspects
        
        
            org.springframework
            spring-orm
        
        
            org.springframework
            spring-test
        
        
            org.springframework
            spring-web
        
        
        
            org.hibernate
            hibernate-core
        

        
        
            mysql
            mysql-connector-java
            5.1.6
            runtime
        
        

        
            c3p0
            c3p0
            0.9.1.2
        


        
        
            org.apache.struts
            struts2-core
        
        
            org.apache.struts
            struts2-spring-plugin
        

        
        
            javax.servlet
            servlet-api
            2.5
            provided
        
        
            javax.servlet
            jsp-api
            2.0
            provided
        
        
        
            org.slf4j
            slf4j-log4j12
            1.7.2
        
        
        
            junit
            junit
            4.9
            test
        
        
        
            javax.servlet
            jstl
            1.2
        
    

    
        
        
            
                maven-compiler-plugin
                3.1
                
                    eclipse
                    1.7
                    1.7
                    true
                    true
                    true
                    
                        disabled
                        ignore
                    
                
                
                    
                        org.codehaus.plexus
                        plexus-compiler-eclipse
                        2.3
                    
                
            
            
                org.apache.tomcat.maven
                tomcat7-maven-plugin
                2.2
                
                    8888
                
            
        
    

你可能感兴趣的:(【Maven】SSH框架整合)