pom.xml: include configuration from kemitix-spring-parent
This commit is contained in:
parent
39f7c4a95a
commit
d30cae23ac
1 changed files with 22 additions and 0 deletions
22
pom.xml
22
pom.xml
|
@ -74,6 +74,25 @@
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
<dependencyManagement>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.spring.platform</groupId>
|
||||||
|
<artifactId>platform-bom</artifactId>
|
||||||
|
<version>Athens-SR2</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.cloud</groupId>
|
||||||
|
<artifactId>spring-cloud-dependencies</artifactId>
|
||||||
|
<version>Camden.SR4</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
@ -298,6 +317,9 @@
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>*Test</exclude>
|
<exclude>*Test</exclude>
|
||||||
<exclude>*IT</exclude>
|
<exclude>*IT</exclude>
|
||||||
|
<exclude>*Main</exclude>
|
||||||
|
<exclude>*Application</exclude>
|
||||||
|
<exclude>*Configuration</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<limits>
|
<limits>
|
||||||
<limit>
|
<limit>
|
||||||
|
|
Loading…
Reference in a new issue