diff options
author | 2019-09-05 10:35:58 +0200 | |
---|---|---|
committer | 2019-09-05 10:35:58 +0200 | |
commit | 59d971d7b0095bbf07e079f84ec36caeb44735a3 (patch) | |
tree | 9076c557454967355dd8a4f30faa1e3cecc82cb0 /sdc-distribution-ci/pom.xml | |
parent | a6906f05493e09a0a0787ac5dbd3066407b13827 (diff) |
Increasing code quality
- Removal of commons-codecs
- Additional code coverage
Change-Id: Ib004cc3c893ea3b22f2f929e4fd211e83b203532
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'sdc-distribution-ci/pom.xml')
-rw-r--r-- | sdc-distribution-ci/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index 1914d07..7b32b37 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -45,13 +45,6 @@ </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.9</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> |