Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile smscgateway - missing dependency - version 154 smpp-extensions #295

Open
bizotec opened this issue Nov 20, 2018 · 2 comments

Comments

@bizotec
Copy link

bizotec commented Nov 20, 2018

Is this a BUG REPORT or FEATURE REQUEST?
/kind bug

What happened:
Cannot compile smscgateway from source.
mvn clean install issues error:

Failed to execute goal on project mproc-api: Could not resolve dependencies for project org.mobicents.smsc:mproc-api:jar:7.4.0-SNAPSHOT: Failed to collect dependencies at org.restcomm.smpp:smpp-extensions:jar:7.1.0-154: Failed to read artifact descriptor for org.restcomm.smpp:smpp-extensions:jar:7.1.0-154: Could not transfer artifact org.restcomm.smpp:smpp-extensions:pom:7.1.0-154 from/to mobicents-public-repository-group (https://oss.sonatype.org/content/groups/public)

What you expected to happen:

Compilation runs without errors.

How to reproduce it (as minimally and precisely as possible):
[usr]$ git clone https://github.com/Restcomm/smscgateway.git
[usr]$ cd restcomm-smscgateway
[usr]$ git checkout
[usr]$ mvn clean install

Anything else we need to know?:
There is no version 154 of SMPP-extesions published.
https://oss.sonatype.org/content/groups/public/org/restcomm/smpp/smpp-extensions/

Probably this is the root cause.

Environment:

  • Restcomm SMSC Gateway version (from startup logs):
    N/A
  • Cloud provider or hardware configuration:
    N/A
  • OS (e.g. from /etc/os-release):
    N/A
  • Kernel (e.g. uname -a):
    N/A
  • Deployment method (e.g. application server version + config + method):
    N/A
  • Others:
    None.
@bizotec bizotec changed the title Cannot compile smscgateway - missing dependency - version 154 smmp-extensions Cannot compile smscgateway - missing dependency - version 154 smpp-extensions Nov 20, 2018
@bwangGitHub
Copy link

Somehow the version of smpp is not supported by maven. I fixed it by changing the version of smpp in pom.xml. However, after I compiled it, it still missing JBOSS server config.

@bizotec
Copy link
Author

bizotec commented Nov 27, 2018

I

Somehow the version of smpp is not supported by maven. I fixed it by changing the version of smpp in pom.xml. However, after I compiled it, it still missing JBOSS server config.

I moved arround by cloning smpp extension repo locally and compiling version 154, then I modified pom to use local repo.

But there is another issue during compilation which I am about to post here later.

zvikara added a commit to zvikara/smscgateway that referenced this issue Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant