diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-15 08:36:28 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-15 08:36:28 -0500 |
commit | 758fde46420ecf8dd1e8641322deff4ba85c9e6b (patch) | |
tree | 2e863af82e279158fc75c2f7dfbd8edd631cbd3f /components/parent | |
parent | f4fb7a6f016fbe0bd06525b05eb26a365be7c6ba (diff) |
Blueprints Processor Microservice
Refactor functon module as seperate module project.
Change-Id: I392fc62e6dfb6c5f38f478c00e46460d5084f85c
Issue-ID: CCSDK-688
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'components/parent')
-rw-r--r-- | components/parent/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 7308e9d2a..71310f1e6 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -31,7 +31,8 @@ <properties> <spring.boot.version>2.0.6.RELEASE</spring.boot.version> <spring.version>5.0.10.RELEASE</spring.version> - <kotlin.version>1.3.0</kotlin.version> + <kotlin.version>1.3.10</kotlin.version> + <kotlin.maven.version>1.3.0</kotlin.maven.version> <kotlin.couroutines.version>1.0.1</kotlin.couroutines.version> <eelf.version>1.0.0</eelf.version> <guava.version>26.0-jre</guava.version> @@ -234,7 +235,7 @@ <plugin> <artifactId>kotlin-maven-plugin</artifactId> <groupId>org.jetbrains.kotlin</groupId> - <version>${kotlin.version}</version> + <version>${kotlin.maven.version}</version> <executions> <execution> <id>compile</id> |