update dependencies
This commit is contained in:
parent
4528bbb255
commit
53a604547e
2 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
<param name="plugin.name.prefix" value="${name.prefix}-" />
|
||||
<param name="plugin.name" value="minhash" />
|
||||
<param name="plugin.version" value="0.14.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="0.14.0-20210807.035422-3" />
|
||||
<param name="plugin.zip.version" value="0.14.0-20210812.065100-5" />
|
||||
</antcall>
|
||||
|
||||
<antcall target="remove.jars" />
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -1288,6 +1288,10 @@
|
|||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jakarta.annotation</groupId>
|
||||
<artifactId>jakarta.annotation-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue