Skip to content

Commit

Permalink
remove imports not relevant to this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Aug 8, 2020
1 parent be47978 commit 2068cf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conduit-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ dependencies {
implementation group: 'org.glassfish.jersey.inject', name: 'jersey-hk2', version: '2.31'
implementation group: 'org.glassfish.jersey.media', name: 'jersey-media-json-jackson', version: '2.31'

compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.8");
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.42");

implementation project(':conduit-api')
implementation project(':conduit-commons')
}
Expand Down

0 comments on commit 2068cf4

Please sign in to comment.