diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc14ad005..ce5982c18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add a link to documentation in CLI [#137](https://github.com/nbbrd/sdmx-dl/issues/137)
- Add support of average response time in monitors [#144](https://github.com/nbbrd/sdmx-dl/issues/144)
+- Add snapshot deployment of CLI
### Changed
- Rename command check.properties as check.config [#136](https://github.com/nbbrd/sdmx-dl/issues/136)
diff --git a/pom.xml b/pom.xml
index 021ea74d5..f0e52f1c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,22 +95,10 @@
sdmx-dl-provider-ri
sdmx-dl-provider-connectors
sdmx-dl-testing
+ sdmx-dl-cli
-
-
- non-deployable-modules
-
-
- !nonDeployableModules
-
-
-
- sdmx-dl-cli
-
-
-
base-java8