Duplicate definition in pom file
diff --git a/pom.xml b/pom.xml
index 5b80e17..581c8b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,12 +105,6 @@
             		<scope>test</scope>
         	</dependency>
 		<dependency>
-    			<groupId>org.junit.platform</groupId>
-    			<artifactId>junit-platform-runner</artifactId>
-    			<version>${junit.platform.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
 			<groupId>io.teknek</groupId>
 			<artifactId>tunit</artifactId>
 			<version>${tunit.version}</version>