From 554a896e309463b2c36894d6e928aaeb2a20b641 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 15 Mar 2019 13:27:51 +0100 Subject: [PATCH] Fix Maven JPA configuration Closes gh-24 --- README.adoc | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.adoc b/README.adoc index ff04de7..4307cc3 100644 --- a/README.adoc +++ b/README.adoc @@ -176,26 +176,22 @@ In order to be able to use Kotlin non-nullable properties with JPA, https://kotl org.jetbrains.kotlin - kotlin-maven-noarg - ${kotlin.version} + kotlin-maven-plugin jpa + spring - - - - org.jetbrains.kotlin - kotlin-maven-plugin - -Xjsr305=strict - - spring - + + org.jetbrains.kotlin + kotlin-maven-noarg + ${kotlin.version} + org.jetbrains.kotlin kotlin-maven-allopen