diff --git a/json-path/build.gradle b/json-path/build.gradle index 15bdaaab..9686433d 100644 --- a/json-path/build.gradle +++ b/json-path/build.gradle @@ -9,6 +9,7 @@ jar { baseName 'json-path' manifest { attributes 'Implementation-Title': 'json-path', 'Implementation-Version': version + instruction 'Import-Package', 'com.google.gson.*;resolution:=optional', 'com.fasterxml.jackson.*;resolution:=optional', 'net.minidev.json.*;resolution:=optional', '*' } }