=> org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [Credentials] with qualifiers [@Default] at injection point [[field] @Inject private org.drools.guvnor.server.repository.RulesRepositoryManager.credentials]
How do I add all my jar dependencies (not 1 at a time please) to ShrinkWrap and all my classes in src/main/java and all my resources in src/main/resources?
ish..