RestComm/jdiameter

Building examples not possible

Opened this issue · 2 comments

Both examples (charging-server-simulator and guide) can't be built.
I didn't check the guide example. But CS' POM.xml is outdated:

Building Restcomm :: Examples :: charging-server-simulator 1.0.0-SNAPSHOT

The POM for org.mobicents.diameter:jdiameter-api:jar:1.7.0-SNAPSHOT is missing, no dependency information available
The POM for org.mobicents.diameter:jdiameter-impl:jar:1.7.0-SNAPSHOT is missing, no dependency information available
The POM for org.mobicents.diameter:restcomm-diameter-mux-jar:jar:1.7.0-SNAPSHOT is missing, no dependency information available

BUILD FAILURE

I've changed this to 1.7.1-160
Then I ran into that:

BUILD FAILURE

Total time: 1.929s
Finished at: Fri Sep 07 13:59:02 CAT 2018
Final Memory: 16M/437M

Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on project charging-server-simulator: Cannot get the branch information from the scm repository :
Exception while executing SCM command. UnsupportedOperationException

Please advise!

i have the same issue

Add the below Dependency in pom.xml

org.mobicents.resources restcomm-slee-ra-diameter-base-common-events 3.0.6 - My issue is resolved