I'm working through the SWF tutorial right now and trying to get GreeterActivitiesClient in GreeterWorkFlowImpl. I'm getting "Cannot resolve symbol" error for the Client and the ClientImpl. Per the AWS materials, I thought these would be generated from the annotations in the Activities class, which I have. Any ideas?
Dependencies in my pom.xml, (taken from the materials):
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-swf-build-tools</artifactId>
<version>1.0</version>
</dependency>
The SWF guide I'm using: https://docs.aws.amazon.com/amazonswf/latest/awsflowguide/setup.html#installing-maven