BAEL-3777: First setup

This commit is contained in:
Sorin Zamfir
2020-01-27 20:40:24 +02:00
parent 4ec89d5005
commit a1837550e8
10 changed files with 71 additions and 10 deletions
+7 -1
View File
@@ -20,14 +20,20 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
<!-- JUnit platform launcher -->
@@ -35,7 +41,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform.version}</version>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>