As far as I can see, twilio sdk 10.4.1 uses exact same jackson version as you defined in you pom.xml (2.14.0). Thus, you do not overrule jackson but remove required jackson-core package at all.
I propose 2 options:
upgrade twilio SDK to the most recent one, providing expected jackson verions
or add all excluded jackson dependencies in the version you expect.