mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-06 16:45:07 -04:00
Remove misplaced and duplicate dependency from pom
The dependency declaration for net.glxn:qrgen:1.3 added in commit4358268d88
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 commit328ecf34fe
.
This commit is contained in:
parent
4358268d88
commit
ecbc5c009a
1 changed files with 0 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue