diff --git a/exonum-java-binding/CHANGELOG.md b/exonum-java-binding/CHANGELOG.md
index 4caa690d5b..267e5cb2de 100644
--- a/exonum-java-binding/CHANGELOG.md
+++ b/exonum-java-binding/CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## 0.9.0-rc2 - 2019-12-17
+
+### Fixed
+- Published on Maven Central a missing dependency of a Testkit module
+(exonum-java-app).
+
## [0.9.0-rc1] - 2019-12-12
### Overview
diff --git a/exonum-java-binding/app/pom.xml b/exonum-java-binding/app/pom.xml
index 1098fd3a91..9933549a81 100644
--- a/exonum-java-binding/app/pom.xml
+++ b/exonum-java-binding/app/pom.xml
@@ -119,13 +119,14 @@
-
org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
+ maven-javadoc-plugin
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin