v1.1.1 missing jar on jcenter

Issue #5 resolved
sinbadblue created an issue

Hello,

New to jcenter, but it seems that v1.1.1 only have pom file published when using Maven to claim dependency as:

        <dependency>
            <groupId>org.mpierce.metrics.reservoir</groupId>
            <artifactId>hdrhistogram-metrics-reservoir</artifactId>
            <version>1.1.1</version>
        </dependency>

Comments (3)

  1. sinbadblue reporter

    Never mind. It works, after wipe out local cache in .m2/repositories. I should do this old trick before posting. Sorry wasting your time.

  2. Marshall Pierce repo owner

    No problem! Maven is cranky that way. Give Gradle a try; it tracks such things more capably. ;)

  3. Log in to comment