Skip to content

Commit be3ccca

Browse files
authored
Merge pull request #82 from PhilanthropyDataCommons/relocate-twilio-jars-20250930
Shade newly included-in-Twilio libraries
2 parents 743626d + a5918af commit be3ccca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

twilio-keycloak-provider/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ tasks.shadowJar {
102102
relocate("com.twilio", "org.philanthropydatacommons.shadow.com.twilio")
103103
relocate("org.json", "org.philanthropydatacommons.shadow.org.json")
104104
relocate("io.jsonwebtoken", "org.philanthropydatacommons.shadow.io.jsonwebtoken")
105+
relocate("org.apache.hc.core5", "org.philanthropydatacommons.shadow.org.apache.hc.core5")
106+
relocate("org.apache.hc.client5", "org.philanthropydatacommons.shadow.org.apache.hc.client5")
107+
relocate("org.publicsuffix", "org.philanthropydatacommons.shadow.org.publicsuffix")
105108

106109
// The mergeServiceFiles also relocates the SPI definitions in META-INF/services
107110
mergeServiceFiles()

0 commit comments

Comments
 (0)