diff options
author | 2018-10-23 12:18:46 +0300 | |
---|---|---|
committer | 2018-10-23 12:18:56 +0300 | |
commit | b4b7410445f359ad265c5e912d092bd275ba19e7 (patch) | |
tree | 9f9813dab5a83ef96faeb95960da7f0c6de3a47b /dcaedt_tools/pom.xml | |
parent | f53d4650e18007ab7820efd84638edac90b61090 (diff) |
security check issues
updating spring version, using security check issues
Change-Id: I4bdb4ac8ab2d385c2ef3b15010e88ca10998165e
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_tools/pom.xml')
-rw-r--r-- | dcaedt_tools/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml index 0d2c31f..96f641a 100644 --- a/dcaedt_tools/pom.xml +++ b/dcaedt_tools/pom.xml @@ -261,5 +261,11 @@ <artifactId>junit</artifactId> <version>4.12</version> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>5.0.9.RELEASE</version> + <scope>compile</scope> + </dependency> </dependencies> </project> |