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
commit 05b2f9aebf3acb14e9ff774f06b2597c42c36cdc Author: Nikolay Izhikov <[email protected]> AuthorDate: Wed Jan 22 10:21:46 2020 +0300 IGNITE-12525: code review fixes. --- modules/spring-boot-autoconfigure/pom.xml | 7 ------- modules/spring-boot-client-autoconfigure/pom.xml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/modules/spring-boot-autoconfigure/pom.xml b/modules/spring-boot-autoconfigure/pom.xml index bb2f815..0296b9f 100644 --- a/modules/spring-boot-autoconfigure/pom.xml +++ b/modules/spring-boot-autoconfigure/pom.xml @@ -91,13 +91,6 @@ <scope>test</scope> <version>${spring-boot.version}</version> </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/modules/spring-boot-client-autoconfigure/pom.xml b/modules/spring-boot-client-autoconfigure/pom.xml index 17246be..386f187 100644 --- a/modules/spring-boot-client-autoconfigure/pom.xml +++ b/modules/spring-boot-client-autoconfigure/pom.xml @@ -91,12 +91,5 @@ <scope>test</scope> <version>${spring-boot.version}</version> </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> </dependencies> </project>
