Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
removed jaxb dependencies since common is Java 8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed Apr 14, 2021
1 parent 0f84849 commit 8b1c025
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,13 @@ dependencies {

implementation "org.apache.bval:bval-jsr:${revBval}"

// JAXB is not bundled with Java 11, dependencies added explicitly
// These are needed by Apache BVAL
implementation "javax.xml.bind:jaxb-api:${revJAXB}"
implementation "javax.activation:activation:${revActivation}"
implementation "org.glassfish.jaxb:jaxb-runtime:${revJAXB}"

implementation "com.google.protobuf:protobuf-java:${revProtoBuf}"
implementation "com.github.vmg.protogen:protogen-annotations:${revProtogenAnnotations}"

implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "com.fasterxml.jackson.core:jackson-core"

testImplementation 'org.springframework.boot:spring-boot-starter-validation'

}

/*
Expand Down

0 comments on commit 8b1c025

Please sign in to comment.