Open tinin007k opened 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.
com.bazaarvoice.jolt.JsonUtils
com.bazaarvoice.jolt
json-utils 0.1.0
Seems to work in 0.1.7
Using the below maven entry in POM file -
Not able to import import
com.bazaarvoice.jolt.JsonUtils
; It sayscom.bazaarvoice.jolt
does not have any class JsonUtils, withjson-utils 0.1.0
it works fine.