Datomic Cloud is forcing the dependency com.cognitect/transit-java #:mvn{:version "0.8.311"}
. Is there any way around this hard dependency? Using the fulcro library and shadowcljs, this raises the exception java.lang.NoSuchMethodError: com.cognitect.transit.TransitFactory.writer
. How can I get around this?
This happens when I push my dependencies to an ion deployment. The problem is even worse. When I use the com.datomic/client-cloud
I am unable to issue commands through the socks proxy because of this same error.