diff --git a/pom.xml b/pom.xml index f7c6c7be5d1a65c50af5337c642b042b4086068b..193a9d2f35450c0b0e4bac6187062df29f1e6f76 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 com.schbrain.kp diff --git a/src/main/resources/archetype-resources/.gitignore b/src/main/resources/archetype-resources/.gitignore index 36648a3c7484c9b7f1be4f268e866c2641e0b798..81ecd4c5c6e8fbab1c1d0fbf7ee91304c58679ad 100644 --- a/src/main/resources/archetype-resources/.gitignore +++ b/src/main/resources/archetype-resources/.gitignore @@ -31,4 +31,4 @@ target/ Thumbs.db # log -logs +logs \ No newline at end of file diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml index 8120ab0b1c9eac1c73def9c9cef3c6a8e228c99a..5df8df5533a0df6e9ab964a490a8a002cdacadc8 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml @@ -18,6 +18,11 @@ ${groupId} ${subModuleNamePrefix}-common + + org.springframework.boot + spring-boot-starter-validation + provided + org.springframework.cloud spring-cloud-starter-openfeign