Merge branch '3.1.x' into 4.0.x
This commit is contained in:
@@ -86,6 +86,17 @@
|
||||
<type>pom</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-thin-layout</artifactId>
|
||||
<version>${thin-jar.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
||||
<version>${thin-jar.version}</version>
|
||||
<classifier>exec</classifier>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
|
||||
1
pom.xml
1
pom.xml
@@ -65,6 +65,7 @@
|
||||
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
|
||||
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
|
||||
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
|
||||
<thin-jar.version>1.0.27.RELEASE</thin-jar.version>
|
||||
|
||||
<contract.kotlin.version>1.6.21</contract.kotlin.version>
|
||||
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
|
||||
<maven-plugin-testing-harness.version>3.3.0</maven-plugin-testing-harness.version>
|
||||
<maven-shared-incremental.version>1.1</maven-shared-incremental.version>
|
||||
<slf4j-api.version>1.7.36</slf4j-api.version>
|
||||
</properties>
|
||||
|
||||
<inceptionYear>2016</inceptionYear>
|
||||
@@ -266,6 +267,11 @@
|
||||
</reporting>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j-api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-contract-verifier</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user