4.0.0
    com.baeldung
    spring-security-custom-permission
    0.0.1-SNAPSHOT
    war
    spring-security-custom-permission
    Spring Security custom permission
    
        org.springframework.boot
        spring-boot-starter-parent
        1.3.8.RELEASE
    
    
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-tomcat
            provided
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.thymeleaf.extras
            thymeleaf-extras-springsecurity4
        
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            com.h2database
            h2
        
        
		  org.springframework.boot
		  spring-boot-starter-test
		  test
		
		
        
            junit
            junit
            test
        
        
            org.hamcrest
            hamcrest-core
            test
        
        
            org.hamcrest
            hamcrest-library
            test
        
        
            com.jayway.restassured
            rest-assured
            ${rest-assured.version}
            test
            
                
                    commons-logging
                    commons-logging
                
            
        
        
            org.springframework
            spring-test
            test
        
        
            org.apache.derby
            derby
            10.12.1.1
        
        
            org.apache.derby
            derbyclient
            10.12.1.1
        
        
            org.apache.derby
            derbynet
            10.12.1.1
        
        
            org.apache.derby
            derbytools
            10.12.1.1
        
        
            taglibs
            standard
            1.1.2
        
        
            org.springframework.security
            spring-security-taglibs
            4.1.3.RELEASE
        
        
            javax.servlet.jsp.jstl
            jstl-api
            1.2
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
			
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    
                         **/*LiveTest.java 
                    
                    
                        
                    
                
            
            
                org.codehaus.cargo
                cargo-maven2-plugin
                ${cargo-maven2-plugin.version}
                
                    true
                    
                        tomcat8x
                        embedded
                        
                            
                        
                    
                    
                        
                            8082
                        
                    
                
            
        
    
    
        
            live
            
                
                    
                        org.codehaus.cargo
                        cargo-maven2-plugin
                        
                            
                                start-server
                                pre-integration-test
                                
                                    start
                                
                            
                            
                                stop-server
                                post-integration-test
                                
                                    stop
                                
                            
                        
                    
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                integration-test
                                
                                    test
                                
                                
                                    
                                        none
                                    
                                    
                                        **/*LiveTest.java
                                    
                                    
                                        cargo
                                    
                                
                            
                        
                    
                
            
        
    
    
        org.baeldung.Application
        
        
        UTF-8
        1.8
        2.4.0
        1.6.0