Add support for ApplicationContextInitializer in azure adapter
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -18,7 +18,6 @@
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-task.version>2.0.0.RELEASE</spring-cloud-task.version>
|
||||
<wrapper.version>1.0.15.RELEASE</wrapper.version>
|
||||
<spring-boot.version>2.1.0.M1</spring-boot.version>
|
||||
<docs.main>spring-cloud-function</docs.main>
|
||||
</properties>
|
||||
|
||||
@@ -38,13 +37,6 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user