Versions Compared

Key

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

Web Service is one of many well-defined extension points supported by the WSO2 Governance Registry. Read more on Supported Extension Points for a complete list of extension points supported by WSO2 Governance Registry.

...

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 which can be found in the GREG_HOME/ samples/handler/src directory.

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

3. Add the following plugin to your POM file:

...

9. Copy the GREG_HOME/ samples/handler/src/target/org.wso2.carbon.registry.samples.handler-45.60.0.jar into GREG_HOME/repository/components/dropins.

...