kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 63 forks source link

Remove GSON dependency, move test/ to src/integration-test #115

Open abcfy2 opened 6 years ago

abcfy2 commented 6 years ago

Remove GSON dependency, and replace it with JSONObject which is provided by Grails Framework.

And move test/ directory to src/integration-test in order to conform to Grails project structure.

abcfy2 commented 6 years ago

@ilopmar Just merged my patch from https://github.com/kaleidos/grails-postgresql-extensions/pull/114