RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
90 stars 99 forks source link

Building from source error #33

Closed rodrigoms2004 closed 8 years ago

rodrigoms2004 commented 8 years ago

When I try to build USSD Gateway from source I get this error message below, I am using Maven 3.0

mvn clean install

_[ERROR] Failed to execute goal on project bootstrap: Could not resolve dependencies for project org.mobicents.ussd:bootstrap:jar:3.0.0-SNAPSHOT: Failure to find com.vendor.dialogic:gctapi:jar:6.7.1 in https://oss.sonatype.org/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of restcomm-public-repository-group has elapsed or updates are forced -> [Help 1]

I just need to know which thing I must do in pom.xml file

org.mobicents.ussd
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>USSD Gateway Parent</name>

Thanks in advance

rodrigoms2004 commented 8 years ago

Solved, just use step 2 to 7 https://github.com/RestComm/jss7/wiki/Build-jSS7-from-Source