4.0.0
    spring-mvc-kotlin
    0.1-SNAPSHOT
    spring-mvc-kotlin
    war
    
        com.baeldung
        parent-modules
        1.0.0-SNAPSHOT
    
    
        
            org.jetbrains.kotlin
            kotlin-stdlib-jdk8
            ${kotlin.version}
        
        
            org.springframework
            spring-web
            ${spring.version}
        
        
            org.springframework
            spring-webmvc
            ${spring.version}
        
        
            org.thymeleaf
            thymeleaf
            ${thymeleaf.version}
        
        
            org.thymeleaf
            thymeleaf-spring4
            ${thymeleaf.version}
        
        
            org.hibernate
            hibernate-core
            ${hibernate.version}
        
        
            org.hibernate
            hibernate-testing
            ${hibernate.version}
            test
        
        
            com.h2database
            h2
            ${h2.version}
            test
        
        
            org.springframework
            spring-test
            ${spring.version}
            test
        
    
    
        ${project.basedir}/src/main/kotlin
        ${project.basedir}/src/test/kotlin
        
            
                kotlin-maven-plugin
                org.jetbrains.kotlin
                ${kotlin.version}
                
                    
                        spring
                        jpa
                    
                    1.8
                
                
                    
                        compile
                        compile
                        
                            compile
                        
                    
                    
                        test-compile
                        test-compile
                        
                            test-compile
                        
                    
                
                
                    
                        org.jetbrains.kotlin
                        kotlin-maven-allopen
                        ${kotlin.version}
                    
                    
                        org.jetbrains.kotlin
                        kotlin-maven-noarg
                        ${kotlin.version}
                    
                
            
        
    
    
        UTF-8
        5.2.15.Final
        1.2.30
        4.3.10.RELEASE
        3.0.7.RELEASE
        1.4.196