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,
when I try to integrate your library into my project, maven can't compile it: Could not resolve dependencies for project xyz: Could not find artifact nl.komponents.kovenant:kovenant:jar:3.3.0 in central (https://repo.maven.apache.org/maven2)
It seems to be, that in the pom you marked that dependency as a compile dependency. However it should be of type pom.
The text was updated successfully, but these errors were encountered:
Hi,
when I try to integrate your library into my project, maven can't compile it:
Could not resolve dependencies for project xyz: Could not find artifact nl.komponents.kovenant:kovenant:jar:3.3.0 in central (https://repo.maven.apache.org/maven2)
It seems to be, that in the pom you marked that dependency as a compile dependency. However it should be of type pom.
The text was updated successfully, but these errors were encountered: