You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, awesome library! Looks very usefull and amazing you made this open source. Keep up the good work!
I've created a project to parse AIS messages and imported ais-lib-messages and ais-lib-communication version 2.8.4 as dependencies.
After loading these, i got the error: dk.dma.enav:enav-util:jar:0.6-SNAPSHOT was not found in $MVNREPO$
Digging around in the POM files i foudn that dma-commons-parent-0.5.pom contained a variable:
<dependencies.enav.version>0.6-SNAPSHOT</dependencies.enav.version>
When i remove the -SNAPSHOT Maven is happy again. Also on Maven Central i did not see a snapshot version (ofc logical)
Hi, first of all, awesome library! Looks very usefull and amazing you made this open source. Keep up the good work!
I've created a project to parse AIS messages and imported ais-lib-messages and ais-lib-communication version 2.8.4 as dependencies.
After loading these, i got the error: dk.dma.enav:enav-util:jar:0.6-SNAPSHOT was not found in$MVNREPO$
Digging around in the POM files i foudn that dma-commons-parent-0.5.pom contained a variable:
<dependencies.enav.version>0.6-SNAPSHOT</dependencies.enav.version>
When i remove the -SNAPSHOT Maven is happy again. Also on Maven Central i did not see a snapshot version (ofc logical)
I believe it is this file: https://github.com/dma-dk/dma-commons/blob/master/pom.xml
Is it possible to fix this reference?
The text was updated successfully, but these errors were encountered: