aspectj plugin version downgraded to be compatible with maven 3.6
installed on jenkins
This commit is contained in:
parent
413b5cdfdf
commit
42137b24a0
2
pom.xml
2
pom.xml
|
@ -26,7 +26,7 @@
|
|||
<jackson.version>2.15.3</jackson.version>
|
||||
<slf4j.version>2.0.12</slf4j.version>
|
||||
<tika.version>2.6.0</tika.version>
|
||||
<aspectj-plugin.version>1.15.0</aspectj-plugin.version>
|
||||
<aspectj-plugin.version>1.14.0</aspectj-plugin.version>
|
||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||
<description>REST web service for Jackrabbit</description>
|
||||
<warname>storagehub</warname>
|
||||
|
|
Loading…
Reference in New Issue