No problem, I am happy to help.
Well I think you have two options:
1. (Recommended option) You could add snowdrop-weaving.jar to your classpath by include the following dependency:
<dependency>
<groupId>org.jboss.snowdrop</groupId>
<artifactId>snowdrop-weaving</artifactId>
<version>2.0.5.Final</version>
</dependency>
However, if you don't wish to add jars to your classpath entries then you can try the following:
2. Download the snowdrop-weaving jar from: https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/snowdrop/snowdrop-weaving/2.0.5.Final/, and add it one of the jboss modules and include it in the module.xml. Preferably in org.jboss.snowdrop or org.apache.camel.spring.
Note: for option 1, you need to have you ~/.m2/settings.xml configured to have https://repository.jboss.org/nexus/content/groups/public-jboss as an active repository. See: https://community.jboss.org/wiki/MavenGettingStarted-Users, for more details.