fdk-java
fdk-java copied to clipboard
examples/async-thumbnails/pom.xml Specifies invalid fnproject.version
The examples/async-thumbnails/pom.xml specifies the fnproject.version as 1.0.0-SNAPSHOT, which causes the build to fail because that version does not exist in the fn-maven-releases repository. Removing the -SNAPSHOT should solve the problem.