diff --git a/README.md b/README.md index d7adc20..4df13a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ See [API documentation](http://www.aino.io/api) for detailed information about t Before using the agent, it must be configured and copied to directory where ESB can find it. After installing and configuring, the agent can be used with `ainoLog` mediator. -### 1. Install the mediator + +### 1.1 Add as Maven/Gradle/Ivy dependency + +Get the dependency snippet from [here](https://bintray.com/aino-io/maven/agent-wso2-esb/view). + + +### 1.2 Install the mediator Copy the `AgentWso2ESB-x.y.jar` to `$WSO2_ESB_HOME/repository/components/dropins/`. ### 2. Configuring the agent diff --git a/pom.xml b/pom.xml index 0c1f2cc..93d146f 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,13 @@ http://maven.wso2.org/nexus/content/groups/wso2-public/ + + + bintray-aino-io-maven + aino-io-maven + https://api.bintray.com/maven/aino-io/maven/agent-wso2-esb/;publish=1 + + commons-httpclient.wso2