Optimize history records for a workflow with all local activities

Just for the record if anybody else has the same issue, changing the guava to older version worked for us and excluding the one from Temporal SDK.

libraryDependencies += "com.google.guava" % "guava" % "20.0"