cleaned up pom.xml

This commit is contained in:
fejera 2019-11-29 13:40:28 +01:00
parent 9b801298ca
commit e1dfff0c68

View File

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