bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.56k stars 329 forks source link

Not able to import JsonUtils with json-utils 0.1.1 #1021

Open tinin007k opened 4 years ago

tinin007k commented 4 years ago

Using the below maven entry in POM file -

        <dependency>
            <groupId>com.bazaarvoice.jolt</groupId>
            <artifactId>json-utils</artifactId>
            <version>0.1.0</version>
        </dependency>

Not able to import import com.bazaarvoice.jolt.JsonUtils; It says com.bazaarvoice.jolt does not have any class JsonUtils, with json-utils 0.1.0 it works fine.

kdekooter commented 1 year ago

Seems to work in 0.1.7