"cannot find symbol symbol: class RuleServicesClient"

Posted on

I am getting the error "cannot find symbol symbol: class RuleServicesClient" in maven install
I have imported the kie-server-api, kie-server-client also but this import org.kie.server.client.RuleServicesClient; is not working i guess that is why i am getting that above error
Is there any dependecies i need to define or what to do? The versions i am using are
EAP 6.4.0 and BRMS 6.1.0
The dependencies i have given are as follows

junit
junit
3.8.1
test

org.drools
drools-compiler
6.2.0.Final-redhat-4

org.drools
drools-core
6.2.0.Final-redhat-4

org.kie
kie-server-api
6.2.0.Final-redhat-4

org.kie
kie-server-client
6.2.0.Final

org.slf4j
slf4j-simple
1.7.13

org.brms
MyProject
1.0.0

Is some thing i am missing please help me out i am completely new to BRMS

Responses