diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-05-30 10:47:53 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-05-30 12:47:09 +0200 |
commit | 7357386655e619ac7dfd5cf0d7801572513e2f4c (patch) | |
tree | 01f87d2fda338aefa13561b9d9f8d75d3a476a64 /build | |
parent | dc936d27d761bde31ac5916a84efa2f48ec32b83 (diff) |
Bump Kotlin and Reactor versions
Issue-ID: DCAEGEN2-1542
Change-Id: I1b14b29a780deedc9c64bdfbded4b3b05e990279
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/hv-collector-analysis/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/hv-collector-analysis/pom.xml b/build/hv-collector-analysis/pom.xml index 78da5097..32b66e0d 100644 --- a/build/hv-collector-analysis/pom.xml +++ b/build/hv-collector-analysis/pom.xml @@ -58,6 +58,11 @@ <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-compiler-embeddable</artifactId> </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-scripting-compiler-embeddable</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> |