Skip to content

Commit

Permalink
Merge pull request #791 from assimbly/feature/issue-790/xml-to-json-c…
Browse files Browse the repository at this point in the history
…ustom-component---replicate-json-lib-behaviour

XML to JSON custom component - replicate Json-lib behaviour
  • Loading branch information
brunovg authored Jul 6, 2023
2 parents 8fdcdf3 + 9929a4b commit f2ebfe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ dependencies {
implementation group: "org.assimbly", name: "xmltocsv", version: "${version}", changing: true
implementation group: "org.assimbly", name: "xmltoexcel", version: "${version}", changing: true
implementation group: "org.assimbly", name: "xmltojson", version: "${version}", changing: true
implementation group: "org.assimbly", name: "xmltojsonlegacy", version: "${version}", changing: true
}

annotationProcessor "org.mapstruct:mapstruct-processor:${mapstruct_version}"
Expand Down

0 comments on commit f2ebfe4

Please sign in to comment.