4.0.0
	spring-boot-flowable
	war
	spring-boot-flowable
	Spring Boot Flowable Module
	
	
		parent-boot-2
		com.baeldung
		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