google-nomulus/common
Weimin Yu 74c614d002 Upgradle JUnit to 4.13 (#442)
* Upgradle JUnit to 4.13

Removed third_party/junit folder and all usage of the
JunitBackPort class. As a result, third_party is no
longer a Gradle subproject.

Minor code changes were needed to work around an
error-prone pattern: multiple statement in assertThrows'
runnable lambda.

Also third_party/activation and third_party/jsch. These
dependencies are loaded from remote maven repo. The local
copies are not in use.
2020-01-14 10:54:09 -05:00
..
gradle/dependency-locks Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
src Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
build.gradle Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

Summary

This project holds some of the general-purpose utility classes that do not rely on the registry domain model.

This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.