Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Aug 8, 2020
1 parent 2068cf4 commit 6ca0030
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conduit-config/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
group 'io.dataline.conduit'
version '0.1.0'

//https://github.com/joelittlejohn/jsonschema2pojo/tree/master/jsonschema2pojo-gradle-plugin
// todo: make sure we use the non-deprecated version of this.
// https://github.com/joelittlejohn/jsonschema2pojo/tree/master/jsonschema2pojo-gradle-plugin
apply plugin: 'jsonschema2pojo'


Expand All @@ -27,8 +28,6 @@ dependencies {
compile 'javax.validation:validation-api:1.1.0.CR2'
// Required if generating Jackson 2 annotations
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
// Required if generating JodaTime data types
compile 'joda-time:joda-time:2.2'
}

jsonSchema2Pojo {
Expand Down

0 comments on commit 6ca0030

Please sign in to comment.