pom cleanup work

This commit is contained in:
Eugen Paraschiv 2018-02-28 18:23:07 +02:00
parent e4f5a22e92
commit 1c7db2e99e
2 changed files with 0 additions and 7 deletions

View File

@ -32,7 +32,6 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
<!--<scope>provided</scope> -->
</dependency> </dependency>
<!-- Unit Testing --> <!-- Unit Testing -->

View File

@ -19,12 +19,6 @@
<version>${vavr.version}</version> <version>${vavr.version}</version>
</dependency> </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>