BAEL-4871 Spring Conditional Annotations

This commit is contained in:
majewsk6 2021-05-21 14:43:48 +02:00
parent 2598e4fa4d
commit 94919df0c2
1 changed files with 5 additions and 5 deletions

View File

@ -42,17 +42,17 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<!--Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>