pom cleanup work
This commit is contained in:
parent
e4f5a22e92
commit
1c7db2e99e
|
@ -32,7 +32,6 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
<!--<scope>provided</scope> -->
|
||||
</dependency>
|
||||
|
||||
<!-- Unit Testing -->
|
||||
|
|
|
@ -19,12 +19,6 @@
|
|||
<version>${vavr.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
|
|
Loading…
Reference in New Issue