Skip to content

Commit

Permalink
First pass at comsat-jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Schlansker committed Nov 26, 2017
1 parent f413328 commit 6b75533
Show file tree
Hide file tree
Showing 4 changed files with 3,910 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ subprojects {
ext.undertowVer = '1.3.19.Final'
ext.nettyVer = '4.0.36.Final'

ext.jacksonVer = '2.9.2'

ext.osgiVer = '6.0.0'
ext.jerseyVer = '2.22.2'
ext.hk2apiVer = '2.4.0'
Expand Down Expand Up @@ -347,6 +349,13 @@ project (':comsat-httpclient') {
}
}

project (':comsat-jackson') {
dependencies {
compile "com.fasterxml.jackson.core:jackson-core:$jacksonVer"
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonVer"
}
}

project (':comsat-jax-rs-client') {
dependencies {
compile "javax.ws.rs:javax.ws.rs-api:$jaxrsVer"
Expand Down
Loading

0 comments on commit 6b75533

Please sign in to comment.