diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-12 18:41:15 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-12 17:31:51 +0000 |
commit | 483c3d9c135116689d2308b7b28bb9a4b77004d9 (patch) | |
tree | 1ae1cf83a9801c55cc3040d4f283d0f7a60e375b /ui-ci/pom.xml | |
parent | 184a534c48377f89b0ac6ae6c3aacd7ed2d4f340 (diff) |
analyze and fix IQ server violations SDC
Change-Id: If47a151ce095acd37191728aded602a0bc36c13a
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 8fd1970b21..dedd21c969 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -160,14 +160,14 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.3.1</version> + <version>${jackson.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.3.1</version> + <version>${jackson.version}</version> <scope>compile</scope> </dependency> |