cleaned up pom.xml

This commit is contained in:
fejera 2019-11-29 13:40:28 +01:00
parent 9b801298ca
commit e1dfff0c68
1 changed files with 0 additions and 3 deletions

View File

@ -47,13 +47,11 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<version>${h2.version}</version>
</dependency>
<!-- Test Dependencies -->
@ -81,7 +79,6 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>