Skip to content

Commit

Permalink
Merge pull request #6619 from planetf1/issue6618
Browse files Browse the repository at this point in the history
#6618 add missing jackson annotation compile-time dependencies
  • Loading branch information
planetf1 authored Jun 10, 2022
2 parents a4ef1f9 + 4d1bc9b commit f4c7009
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {
implementation project(':open-metadata-implementation:common-services:ffdc-services')
implementation 'org.springframework:spring-web'
implementation 'io.swagger.core.v3:swagger-annotations'
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
}

description = 'IT Infrastructure OMAS with Spring'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies {
implementation project(':open-metadata-implementation:common-services:ffdc-services')
implementation 'org.springframework:spring-web'
implementation 'io.swagger.core.v3:swagger-annotations'
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'

}

description = 'Stewardship Action OMAS with Spring'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
implementation project(':open-metadata-implementation:frameworks:open-connector-framework')
runtimeOnly 'ch.qos.logback:logback-classic'
implementation project(':open-metadata-implementation:adapters:authentication-plugins:http-helper')
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
}

description = 'Governance leadership sample'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation project(':open-metadata-implementation:frameworks:open-connector-framework')
runtimeOnly 'ch.qos.logback:logback-classic'
implementation project(':open-metadata-implementation:adapters:authentication-plugins:http-helper')
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
}

description = 'Governance subject area sample'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation project(':open-metadata-implementation:access-services:governance-program:governance-program-api')
runtimeOnly 'ch.qos.logback:logback-classic'
implementation project(':open-metadata-implementation:adapters:authentication-plugins:http-helper')
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
}

description = 'Governance zone create sample'
Expand Down

0 comments on commit f4c7009

Please sign in to comment.