Skip to content

WSO2 MSF4J 1.0.0-RC5

Pre-release
Pre-release
Compare
Choose a tag to compare
@samiyuru samiyuru released this 10 Feb 01:21
· 1266 commits to master since this 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>