Quiet down integration test logging

This commit is contained in:
David Turanski
2022-03-02 13:32:28 -05:00
committed by Chris Bono
parent 3ad9800b85
commit b8cb30fa9e
19 changed files with 242 additions and 40 deletions

View File

@@ -14,9 +14,7 @@
<version>3.2.1-SNAPSHOT</version>
<relativePath/>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>geode-supplier</artifactId>
@@ -35,9 +33,13 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-test</artifactId>
<version>${spring-data-geode-test.version}</version>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>