mybatis / spring

Spring integration for MyBatis 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error for micrometer on 3.x

kazuki43zoo opened this issue · comments

Cause is two.

  • At first, micrometer version conflict (1.10.0-SNAPSHOT and 1.10.0-M6)
    • spring-web: depends on 1.10.0-M6
    • spring-batch: depends on 1.10.0-SNAPSHOT
  • At second(If 1st problem is resolved), spring-projects/spring-batch#4201

If the latest spring-batch 5.0.0-SNAPSHOT will published, I will fix this issue.

This issue has been fixed!