4.0.0
	
		org.springframework.boot
		spring-boot-starter-parent
		2.3.1.RELEASE
		 
	
	com.release11.klaus
	Klaus
	0.0.1-SNAPSHOT
	Klaus
	Mockup service for integration tests
	
		14
	
	
		
			org.springframework.boot
			spring-boot-starter-thymeleaf
		
		
			org.springframework.boot
			spring-boot-starter-web
		
		
			org.springframework.boot
			spring-boot-devtools
			runtime
			true
		
		
			org.springframework.boot
			spring-boot-configuration-processor
			true
		
		
			org.projectlombok
			lombok
			true
		
		
			org.springframework.boot
			spring-boot-starter-test
			test
			
				
					org.junit.vintage
					junit-vintage-engine
				
					
						logback-classic
						ch.qos.logback
					
			
		
		
			io.projectreactor
			reactor-test
			test
		
		
			org.assertj
			assertj-core
			3.16.1
			test
		
		
			org.springframework.boot
			spring-boot-starter-validation
		
		
			org.springframework.boot
			spring-boot-starter-data-redis
		
		
			org.springframework.boot
			spring-boot-starter-data-redis-reactive
		
		
			com.cwbase
			logback-redis-appender
			1.1.6
		
		
			net.logstash.logback
			logstash-logback-encoder
			6.4
		
		
			ch.qos.logback
			logback-classic
			1.2.3
		
		
			org.apache.commons
			commons-pool2
			2.8.0
		
		
			org.springframework.data
			spring-data-redis
			2.2.6.RELEASE
		
		
			redis.clients
			jedis
			3.3.0
		
        
            jakarta.persistence
            jakarta.persistence-api
            2.2.3
        
    
	
		
			
				org.springframework.boot
				spring-boot-maven-plugin