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
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
Hi, thank you for your great contribution. However, I can not get it to compile. I get the following error:
Could not find artifact com.amazonaws:aws-java-sdk-flow-build-tools:jar:1.10.71 in central (https://repo.maven.apache.org/maven2)
The text was updated successfully, but these errors were encountered:
This is the solution for the above problem. Go to the lib folder in the repo and run this command. mvn install:install-file -Dfile=aws-java-sdk-flow-build-tools-1.10.71.jar -DgroupId=com.amazonaws -DartifactId=aws-java-sdk-flow-build-tools -Dversion=1.10.71 -Dpackaging=jar -DgeneratePom=true
If you think to yourself, maybe I should do what AWS says and include the aws-swf-build-tools instead of the above as your dependency, then the build will compile successfully but when you run mvn package, then unit tests will fail. After running the above command and making sure I rely on the above package instead of aws-swf-build-tools, then all unit tests work as expected. Hopefully if you're getting the mysterious IllegalStateException "not ready" message in SWF and flow framework you will find this source. Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thank you for your great contribution. However, I can not get it to compile. I get the following error:
Could not find artifact com.amazonaws:aws-java-sdk-flow-build-tools:jar:1.10.71 in central (https://repo.maven.apache.org/maven2)
The text was updated successfully, but these errors were encountered: