4.0.0
    com.baeldung
    spring-data-spring-security
    1.0
    jar
    intro-spring-data-spring-security
    Spring Data with Spring Security
    
        parent-boot-1
        com.baeldung
        0.0.1-SNAPSHOT
        ../parent-boot-1
    
    
        
            org.springframework.boot
            spring-boot-starter
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.security
            spring-security-data
        
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.springframework.security
            spring-security-test
            test
        
        
            org.apache.tomcat.embed
            tomcat-embed-jasper
            
        
        
            com.h2database
            h2
        
        
            javax.servlet
            jstl
        
    
    
        ${project.artifactId}