Removed unnecessary JPA libraries

This commit is contained in:
Nanne Baars 2017-11-02 15:44:45 +01:00
parent a11d3d0b1b
commit 1e9f92220d

View File

@ -175,14 +175,6 @@
<version>${gatling.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>