wix-incubator/wix-http-testkit

jackson dependency

Closed this issue · 0 comments

right now the testkit will define a jackson marshaller,
the main problem is that if the user site has a different marshaller they will collide.
I need to extract the marshaller to an external module, if user will want it, he will import it explicitly, otherwise he will need to write one on his own.