diff options
author | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-19 09:33:53 -0400 |
---|---|---|
committer | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-19 09:33:53 -0400 |
commit | e9ee7266647dd11967393926ae85686ab2edfdf3 (patch) | |
tree | 82d64b4e8a208253d979ed05a4568f0492492723 /mso-api-handlers/mso-api-handler-infra | |
parent | bc3243a2ed3deaa4861fbc86861e1c971c139d6a (diff) |
Fix the Jar vulnerability and licensing
Updated Jar versions in pom.xml files
Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a
Issue-ID: SO-457
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 6ee9003e77..a88c9b68ea 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -109,6 +109,12 @@ <artifactId>scala-library</artifactId> <version>${scala-lang-version}</version> </dependency> + <!--bwj added scala-compiler--> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-compiler</artifactId> + <version>2.12.4</version> + </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> |