Http Mime lib is used just to get a constant for application/json content-type. As we try to avoid embedding libraries in TestContainers (to avoid shading 'em), we must get rid of it.
Description
Remove the dependency, replacing by a simple new string.
Reason/Context
Http Mime lib is used just to get a constant for
application/json
content-type. As we try to avoid embedding libraries in TestContainers (to avoid shading 'em), we must get rid of it.Description
Remove the dependency, replacing by a simple new string.
Implementation ideas
No response