upgrade to newest javahg version

The command in javahg.py is used there from registrar and no longer from cmdUtil.
edf07669ed/src/main/resources/javahg.py (lines-51)
This commit is contained in:
Eduard Heimbuch
2020-06-16 13:04:36 +02:00
committed by René Pfeuffer
parent 7eedb421bc
commit 7c1a256780

View File

@@ -44,7 +44,7 @@
<dependency>
<groupId>com.aragost.javahg</groupId>
<artifactId>javahg</artifactId>
<version>0.13-java7</version>
<version>0.14</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>