We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 743626d + a5918af commit be3cccaCopy full SHA for be3ccca
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -102,6 +102,9 @@ tasks.shadowJar {
102
relocate("com.twilio", "org.philanthropydatacommons.shadow.com.twilio")
103
relocate("org.json", "org.philanthropydatacommons.shadow.org.json")
104
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")
108
109
// The mergeServiceFiles also relocates the SPI definitions in META-INF/services
110
mergeServiceFiles()
0 commit comments