4.0.0
  
    org.springframework.boot
    spring-boot-starter-parent
    2.3.1.RELEASE
     
  
  mocked-services
  
    11
    3.3.0
    1.1.6
    3.16.1
    1.3.1.Final
    Release11
    ${project.artifactId}
  
  
    
      org.springframework.boot
      spring-boot-starter-web
    
    
      org.springframework.boot
      spring-boot-devtools
      runtime
      true
    
    
      org.springframework.boot
      spring-boot-configuration-processor
      true
    
    
      org.springframework.boot
      spring-boot-starter-validation
    
    
      org.projectlombok
      lombok
      ${lombok.version}
    
    
      org.mapstruct
      mapstruct
      ${mapstruct.version}
    
    
      org.springframework.boot
      spring-boot-starter-data-redis
    
    
      com.cwbase
      logback-redis-appender
      ${logback-redis-appender.version}
    
    
      redis.clients
      jedis
      ${jedis.version}
    
    
      org.codehaus.jettison
      jettison
      1.4.1
    
  
  
    
      
        org.springframework.boot
        spring-boot-maven-plugin
        
          
            true
            true
          
        
      
      
        org.apache.maven.plugins
        maven-compiler-plugin
        
          
            
              org.mapstruct
              mapstruct-processor
              ${mapstruct.version}
            
            
              org.projectlombok
              lombok
              ${lombok.version}
            
          
          
            -Amapstruct.defaultComponentModel=spring
          
          13
          13