Add rule to prevent Spring conventions to be imported

See gh-871
This commit is contained in:
Stephane Nicoll
2019-03-17 11:22:36 +01:00
parent 738cf0f55b
commit 3818b5b05e
4 changed files with 40 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@
<artifactId>initializr-generator-spring</artifactId>
<name>Spring Initializr :: Generator (Spring projects)</name>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>io.spring.initializr</groupId>