From f4244b5912fdf22886c914b120ca29539d273e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Viem=20Ness?= Date: Thu, 25 Jan 2018 22:30:47 +0100 Subject: [PATCH] Removed unused dependency on junit until we add unit tests, and changed groupId to match the other nayuki project already on maven central --- java/pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 19f76c7..de8d2b7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.nayuki + com.github.nayuki qrcodegen 1.0.0 jar @@ -48,15 +48,6 @@ UTF-8 - - - junit - junit - 3.8.1 - test - - -