Open pingsutw opened 4 years ago
Same here, cannot use the snapshot versions, maybe it has to do with the nexus m2 mirrors setup.
I get the same error in the java-jersey2
project. Workaround, was the same as pingsutw, by changing the dependency in the root level pom.xml
to not include SNAPSHOT
.
After run
mvn package -Dlog4j.configuration=file:./conf/log4j.properties jetty:run
I got following errorIf I change
swagger-version
from 1.5.22-SNAPSHOT to 1.5.22, it works well.