Skip to content

Commit

Permalink
temp snapshots6
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 8, 2023
1 parent aaacccd commit 804c555
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,12 @@ dependencies {
implementation group: "org.assimbly", name: "flv", version: "${version}", changing: true //*
implementation group: "org.assimbly", name: "fmuta", version: "${version}", changing: true
implementation group: "org.assimbly", name: "formtoxml", version: "${version}", changing: true
implementation group: "org.assimbly", name: "tenantvariables", version: "${version}", changing: true
//implementation group: "org.assimbly", name: "tenantvariables", version: "${version}", changing: true
implementation group: "org.assimbly", name: "googledrive", version: "${version}", changing: true
implementation group: "org.assimbly", name: "hl7", version: "${version}", changing: true
implementation group: "org.assimbly", name: "mail", version: "${version}", changing: true
//implementation group: "org.assimbly", name: "mail", version: "${version}", changing: true
implementation group: "org.assimbly", name: "multipart", version: "${version}", changing: true
implementation group: "org.assimbly", name: "oauth2token", version: "${version}", changing: true
//implementation group: "org.assimbly", name: "oauth2token", version: "${version}", changing: true
implementation group: "org.assimbly", name: "pdf", version: "${version}", changing: true
implementation group: "org.assimbly", name: "pdftotext", version: "${version}", changing: true
implementation group: "org.assimbly", name: "replace", version: "${version}", changing: true
Expand All @@ -502,10 +502,10 @@ dependencies {
implementation group: "org.assimbly", name: "simplereplace", version: "${version}", changing: true
implementation group: "org.assimbly", name: "sql", version: "${version}", changing: true
implementation group: "org.assimbly", name: "throttling", version: "${version}", changing: true
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
//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 804c555

Please sign in to comment.