Use explicit test dependencies in samples
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
<groupId>com.lambdaworks</groupId>
|
||||
<artifactId>lettuce</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user