Start building against Micrometer snapshots for 1.0.0-rc.2

This commit is contained in:
Andy Wilkinson
2017-10-05 11:30:40 +01:00
parent 6323dc4e21
commit 7fc272df6e
4 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ import java.util.Map;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.binder.JvmMemoryMetrics;
import io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics;
import io.micrometer.core.instrument.simple.SimpleMeterRegistry;
import org.junit.Test;
import org.junit.runner.RunWith;