Skip to content

Commit

Permalink
require maven 3.8.3 minimum for MNG-7214 fix
Browse files Browse the repository at this point in the history
This is required for https://issues.apache.org/jira/browse/MNG-7214 which avoids problems with competing javax annotations (example jsr250-api and javax.annotation-api)
  • Loading branch information
jodygarnett committed Mar 13, 2024
1 parent d7d36bf commit 928c6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<name>Open Source Geospatial Foundation</name>
<url>https://www.osgeo.org/</url>
</organization>
<prerequisites>
<maven>3.8.3</maven>
</prerequisites>
<scm>
<connection>
scm:git:https://github.com/geonetwork/core-geonetwork
Expand Down

0 comments on commit 928c6d0

Please sign in to comment.