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.
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.