Skip to content

Commit

Permalink
Removing strong dependency for jakarta-json-api (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>

Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah authored Oct 5, 2022
1 parent e5a33a9 commit 33c4a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ dependencies {
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305
api("com.google.code.findbugs:jsr305:3.0.2")

// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// https://github.com/eclipse-ee4j/jsonp
api("jakarta.json:jakarta.json-api:2.0.1")

// Needed even if using Jackson to have an implementation of the Jsonp object model
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// https://github.com/eclipse-ee4j/parsson
Expand Down

0 comments on commit 33c4a71

Please sign in to comment.