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 dc75a886d7fcc041e622d8fd5a79b907f0974a77 Author: Nikolay Izhikov <[email protected]> AuthorDate: Thu Jan 30 14:41:10 2020 +0300 IGNITE-12608: bump JUnit version. --- modules/spring-boot-autoconfigure/pom.xml | 7 +++++++ modules/spring-boot-client-autoconfigure/pom.xml | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/modules/spring-boot-autoconfigure/pom.xml b/modules/spring-boot-autoconfigure/pom.xml index 35df5d8..97c2aa8 100644 --- a/modules/spring-boot-autoconfigure/pom.xml +++ b/modules/spring-boot-autoconfigure/pom.xml @@ -95,6 +95,13 @@ <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 f50ab78..8c507b9 100644 --- a/modules/spring-boot-client-autoconfigure/pom.xml +++ b/modules/spring-boot-client-autoconfigure/pom.xml @@ -72,7 +72,6 @@ <scope>test</scope> </dependency> - <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> @@ -97,6 +96,13 @@ <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> <profiles>
