diff options
Diffstat (limited to 'sources/hv-collector-ct/pom.xml')
-rw-r--r-- | sources/hv-collector-ct/pom.xml | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/sources/hv-collector-ct/pom.xml b/sources/hv-collector-ct/pom.xml index 61ac426b..47b707a6 100644 --- a/sources/hv-collector-ct/pom.xml +++ b/sources/hv-collector-ct/pom.xml @@ -74,22 +74,11 @@ <artifactId>hv-collector-test-utils</artifactId> <version>${project.parent.version}</version> </dependency> - - <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-syntax</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </dependency> - - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> @@ -109,7 +98,14 @@ <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> </dependencies> - - </project>
\ No newline at end of file |