WSO2 MSF4J 1.0.0-RC5
Pre-release
Pre-release
When developing MSF4J applications, we need to use several poms provided by MSF4J. Since they are not yet uploaded to the maven central, we have to add the MSF4J maven repo url to the project to resolve them. For that, the following segment should be added to the project pom before building. So to test this RC, please add the following segment to your pom.xml files (in the samples etc)
<repositories>
<repository>
<id>wso2-nexus</id>
<url>http://maven.wso2.org/nexus/content/repositories/orgwso2-327/</url>
</repository>
</repositories>