Chris Cochrane fe770cdc0d
Some checks failed
Sync assigned jira issues / sync_assigned (push) Has been cancelled
Sync closed jira issues / sync_closed (push) Has been cancelled
ENT-12508 - Upgraded Log4j (#7896)
* Upgraded Log4j; removed superfluous code

* Removed unused imports
2025-03-03 15:43:00 +00:00
..

Common libraries

This directory contains modules representing libraries that are reusable in different areas of Corda.

Rules of the folder

  • No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
  • No active components, as in, nothing that has a main function in it.
  • Think carefully before using non-internal packages in these libraries.