From e102a4ae4a77a59c0cd73870b64c190158f79c8d Mon Sep 17 00:00:00 2001 From: amatiushkin Date: Thu, 23 Jul 2020 11:30:51 -0700 Subject: [PATCH] remove unused imports and dependencies --- RELEASE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 23afa66..aef6a5d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,14 @@ Detailed description of a change ---- --> +# 1.0.1 +## Release Notes + +### Remove dependencies on unused artifacts + +`Apache collections` and `slf4j` dependencies are removed, since no functionality is in use from these artifacts. + +---- # 1.0.0 ## Release Notes @@ -20,4 +28,3 @@ Detailed description of a change Standalone release of the traverser as oneself artifact. -----