Remove misplaced and duplicate dependency from pom

The dependency declaration for net.glxn:qrgen:1.3 added in commit
4358268d88 was placed outside the
<dependencies> element, resulting in pom validation errors and breaking
the build. This commit removes the offending <dependency> element, as it
is a duplicate of the original declaration added to the pom months ago
in commit 328ecf34fe.
This commit is contained in:
Chris Beams 2014-08-25 14:11:33 +02:00
parent 4358268d88
commit ecbc5c009a
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -240,12 +240,6 @@
</dependency>
</dependencies>
<dependency>
<groupId>net.glxn</groupId>
<artifactId>qrgen</artifactId>
<version>1.3</version>
</dependency>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>