Versions Compared

Key

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

...

Activity 3: Result contains the stub java file and other skeletons with build.xml and pom.xml.

Info

Note: Add Add the following dependencies to the the pom.xml file file if they are missing:
 

 

Code Block
languagexml
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.utils</artifactId>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.base</artifactId>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-json</artifactId>
<version>$
{axis2_version}</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>om-aspects</artifactId>
<version>1.2.15</version>
</dependency>

1. Convert that project to maven project using the mvn eclipse:eclipse command.

...