From ecbc5c009a3a9c564b32b654ca16cbaa507ee492 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 25 Aug 2014 14:11:33 +0200 Subject: [PATCH] Remove misplaced and duplicate dependency from pom The dependency declaration for net.glxn:qrgen:1.3 added in commit 4358268d88049933fecb80ac3f91b0ff5f71d488 was placed outside the element, resulting in pom validation errors and breaking the build. This commit removes the offending element, as it is a duplicate of the original declaration added to the pom months ago in commit 328ecf34fe825d0ad1174469b42d12e46769ba9c. --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 13f73c0244..55f47feacd 100644 --- a/pom.xml +++ b/pom.xml @@ -240,12 +240,6 @@ - - net.glxn - qrgen - 1.3 - - UTF-8