diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-19 14:32:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-19 14:32:52 +0000 |
commit | 61d519d6b1aa050d33ce178de505c48206d37231 (patch) | |
tree | 09ab04891db580e8e1191b39dddcea89d5f90ea9 /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | e4f5ac43154260be0f039c7ef603f5ec62e20257 (diff) | |
parent | e9ee7266647dd11967393926ae85686ab2edfdf3 (diff) |
Merge "Fix the Jar vulnerability and licensing"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-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> |