diff --git a/libraries-data/README.md b/libraries-data/README.md
index 1ad7e94a1f..92c546c258 100644
--- a/libraries-data/README.md
+++ b/libraries-data/README.md
@@ -9,7 +9,6 @@
- [Introduction to JCache](http://www.baeldung.com/jcache)
- [A Guide to Apache Ignite](http://www.baeldung.com/apache-ignite)
- [Apache Ignite with Spring Data](http://www.baeldung.com/apache-ignite-spring-data)
-- [Guide to JMapper](https://www.baeldung.com/jmapper)
- [A Guide to Apache Crunch](https://www.baeldung.com/apache-crunch)
- [Intro to Apache Storm](https://www.baeldung.com/apache-storm)
- [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm)
diff --git a/libraries-data/pom.xml b/libraries-data/pom.xml
index 88dcceafaa..e255236480 100644
--- a/libraries-data/pom.xml
+++ b/libraries-data/pom.xml
@@ -141,12 +141,7 @@
hazelcast
${hazelcast.version}
-
-
- com.googlecode.jmapper-framework
- jmapper-core
- ${jmapper.version}
-
+
org.apache.crunch
@@ -460,7 +455,6 @@
5.0.2
5.0.0-release
5.0.4
- 1.6.0.1
0.15.0
2.2.0
11.22.4
diff --git a/libraries-http/README.md b/libraries-http/README.md
index dd8c6a5f67..d5eaed0736 100644
--- a/libraries-http/README.md
+++ b/libraries-http/README.md
@@ -5,3 +5,7 @@
- [A Guide to Google-Http-Client](http://www.baeldung.com/google-http-client)
- [Asynchronous HTTP with async-http-client in Java](http://www.baeldung.com/async-http-client)
- [WebSockets with AsyncHttpClient](http://www.baeldung.com/async-http-client-websockets)
+- [Integrating Retrofit with RxJava](http://www.baeldung.com/retrofit-rxjava)
+- [Introduction to Retrofit](http://www.baeldung.com/retrofit)
+- [A Guide to Unirest](http://www.baeldung.com/unirest)
+- [Creating REST Microservices with Javalin](http://www.baeldung.com/javalin-rest-microservices)
\ No newline at end of file
diff --git a/libraries-http/pom.xml b/libraries-http/pom.xml
index 6006a93aef..44280d848c 100644
--- a/libraries-http/pom.xml
+++ b/libraries-http/pom.xml
@@ -44,6 +44,23 @@
${googleclient.version}
+
+
+ com.squareup.retrofit2
+ retrofit
+ ${retrofit.version}
+
+
+ com.squareup.retrofit2
+ converter-gson
+ ${retrofit.version}
+
+
+ com.squareup.retrofit2
+ adapter-rxjava
+ ${retrofit.version}
+
+
org.asynchttpclient
@@ -69,13 +86,52 @@
${com.squareup.okhttp3.version}
test
+
+
+ com.mashape.unirest
+ unirest-java
+ ${unirest.version}
+
+
+
+ io.javalin
+ javalin
+ ${javalin.version}
+
+
+ com.squareup.okhttp3
+ logging-interceptor
+ ${logging-interceptor.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+ 4.5.3
+ 2.9.8
3.6.2
3.14.2
1.23.0
2.2.0
+ 2.3.0
+ 1.4.9
+ 1.6.0
+ 3.9.0