bisq/gradle/witness
Chris Beams c968ddf034
Eliminate dependency on Spring Framework
In conjuction with the previous commits, this change removes entirely
Bisq's dependency on the Spring Framework, with the exception of the
pricenode module, which is not a Bisq node per se, but a standalone
Spring-based HTTP service.

Note that the removal of the Gradle `exclude` directive for
commons-logging is because Apache HttpClient still depends on it and
Spring had previously been providing it transitively. If this `exclude`
directive is not removed, NoClassDefFound errors get thrown at runtime
from HttpClient code unable to load the commons-logging Logger class.
2020-01-20 16:46:56 +01:00
..
gradle-witness.gradle Eliminate dependency on Spring Framework 2020-01-20 16:46:56 +01:00
gradle-witness.jar Sort existing gradle-witness.gradle 2019-11-19 17:28:59 +01:00