4.0.0
    spring-boot-flowable
    spring-boot-flowable
    war
    Spring Boot Flowable Module
    
        com.baeldung
        parent-boot-2
        0.0.1-SNAPSHOT
        ../../parent-boot-2
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            com.h2database
            h2
            runtime
        
        
            org.flowable
            flowable-spring-boot-starter-rest
            ${flowable.version}
        
        
            org.flowable
            flowable-spring-boot-starter-actuator
            ${flowable.version}
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.junit.jupiter
            junit-jupiter-engine
            test
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    
    
        6.4.1