-3

Could you please tell me what are the exact libraries that are needed to add mediator (java method)

Community
  • 1
  • 1
Ali Mejri
  • 39
  • 6

1 Answers1

1

This should work.

    <dependency>
        <groupId>org.apache.synapse</groupId>
        <artifactId>synapse-core</artifactId>
        <version>2.1.0</version>
        <scope>provided</scope>
    </dependency>

Follow this.

You also can use WSO2 Develeoper Studio to create a class mediator.

Bee
  • 12,251
  • 11
  • 46
  • 73
  • Thank you for your answer but I used the version wso2 aim v2.0.0 what's the exactly version should include in the project I looked for the version that included in lib of wso2 that is 2.1.7 which not find in maven repository – Ali Mejri Feb 01 '17 at 11:37
  • Updated the answer. – Bee Feb 01 '17 at 12:25