From 7ec7a969b398b5593df087ceff2bba6aff0ed948 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Wed, 28 Jun 2017 22:26:26 -0500 Subject: [PATCH] BAEL-967 Update README (#2174) * BAEL-886: Updated README * BAEL-917 Testing with Google Truth Updated README * BAEL-936: adding akka-streams module to parent * BAEL-936: Update README * BAEL-918: Update README * BAEL-980: Update README * BAEL-967: Update README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 81d716cf48..293e11cf0c 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -17,6 +17,7 @@ - [Introduction to HikariCP](http://www.baeldung.com/hikaricp) - [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave) - [Locality-Sensitive Hashing in Java Using Java-LSH](http://www.baeldung.com/locality-sensitive-hashing) +- [Apache Commons Collections OrderedMap](http://www.baeldung.com/apache-commons-ordered-map) The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.