refine the kadai dependencies

Issue #1 resolved
Jed Wesley-Smith created an issue

need to prune the dependencies that kadai exports such that most are marked as "provided" in the pom.xml.

specifically we don't want to export the Scala library, but things like scalaz and shapeless should be provided by the integrating library.

We do though need to make the specific libraries that each library uses available (such as Typesafe Config for config and log4j2 for logging)

Comments (3)

  1. Log in to comment