This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new e396963  [MINOR] moving dependencies to the `provided` scope to make 
spring-boot modules version agnostic.
e396963 is described below

commit e396963ec6da8697d44175e244218a3d48da42e9
Author: Nikolay Izhikov <[email protected]>
AuthorDate: Fri May 1 18:39:29 2020 +0300

    [MINOR] moving dependencies to the `provided` scope to make spring-boot 
modules version agnostic.
---
 modules/spring-boot-autoconfigure-ext/pom.xml             | 3 +++
 modules/spring-boot-thin-client-autoconfigure-ext/pom.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/modules/spring-boot-autoconfigure-ext/pom.xml 
b/modules/spring-boot-autoconfigure-ext/pom.xml
index 7a1e968..9df8cd7 100644
--- a/modules/spring-boot-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-autoconfigure-ext/pom.xml
@@ -39,18 +39,21 @@
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${ignite.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
             <version>${spring-boot.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
             <version>${spring-boot.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml 
b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
index 11e6769..6951485 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
@@ -40,18 +40,21 @@
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${ignite.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
             <version>${spring-boot.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
             <version>${spring-boot.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to