Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Add the following dependency to your POM file:. Make sure you update the current version of carbon governance (e.g. 4.5.1).

Info

Project Object Model (POM) is an XML representation of a Maven project held in a file named pom.xml. You should find POM file by the name pom.xml inside GREG_HOME/ samples/handler/src.

Code Block
languagehtml/xml
<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.governance.api</artifactId>
    <version>4.0.1<<version>{current version of the carbon.governance}</version>
</dependency>

3. Add a new Java Class named URIForReportHandler at 

...