Skip to content

Commit

Permalink
LPD-42640 TO DELETE - test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
magjed4289 committed Dec 11, 2024
1 parent 7500a1d commit b204b3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/apps/portal-vulcan/portal-vulcan-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import java.util.jar.Manifest
task jarManifest

dependencies {
compileInclude group: "com.fasterxml", name: "classmate", version: "1.4.0"
compileInclude group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-xml", version: "2.10.3"
compileInclude group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-yaml", version: "2.14.2"
compileInclude group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jdk8", version: "2.9.8"
compileInclude group: "com.fasterxml.jackson.jaxrs", name: "jackson-jaxrs-xml-provider", version: "2.9.8"
compileInclude group: "com.fasterxml.jackson.module", name: "jackson-module-jaxb-annotations", version: "2.9.8"
compileInclude group: "com.fasterxml", name: "classmate", version: "1.5.1"
compileInclude group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-xml", version: "2.15.2"
compileInclude group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-yaml", version: "2.15.2"
compileInclude group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jdk8", version: "2.15.2"
compileInclude group: "com.fasterxml.jackson.jaxrs", name: "jackson-jaxrs-xml-provider", version: "2.15.2"
compileInclude group: "com.fasterxml.jackson.module", name: "jackson-module-jaxb-annotations", version: "2.15.2"
compileInclude group: "com.graphql-java", name: "graphql-java", version: "19.11"
compileInclude group: "com.graphql-java", name: "graphql-java-extended-scalars", version: "17.1"
compileInclude group: "com.graphql-java", name: "java-dataloader", version: "2.1.1"
Expand Down

0 comments on commit b204b3b

Please sign in to comment.