[
https://issues.apache.org/activemq/browse/CAMEL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60040#action_60040
]
Claus Ibsen commented on CAMEL-2771:
------------------------------------
Christian that 2.1 jar is not in a public maven repo. We should add a
repository location in the pom.xml of the camel-smpp project.
I will disable the camel-smpp project so we can build the other stuff. And then
you can look into to see what it takes to get it back again.
When working the pom.xml under /components should just be changed back to
include this component.
{code}
[INFO] Building Camel :: SMPP
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set:
/Users/davsclaus/workspace/camel/components/camel-smpp/target (included: [**],
excluded: [])
Downloading:
http://localhost:8081/nexus/content/groups/public/com/google/code/jsmpp/2.1.0/jsmpp-2.1.0.pom
Downloading:
http://localhost:8081/nexus/content/groups/public/com/google/code/jsmpp/2.1.0/jsmpp-2.1.0.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.google.code:jsmpp:jar:2.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.code -DartifactId=jsmpp
-Dversion=2.1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.code -DartifactId=jsmpp
-Dversion=2.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-smpp:bundle:2.4-SNAPSHOT
2) com.google.code:jsmpp:jar:2.1.0
----------
1 required artifact is missing.
for artifact:
org.apache.camel:camel-smpp:bundle:2.4-SNAPSHOT
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots),
Nexus (http://localhost:8081/nexus/content/groups/public)
{code}
> Update the jsmpp dependency of camel-smpp to 2.1.0
> ---------------------------------------------------
>
> Key: CAMEL-2771
> URL: https://issues.apache.org/activemq/browse/CAMEL-2771
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-smpp
> Affects Versions: 2.3.0
> Reporter: Jaco van Tonder
> Assignee: Christian Mueller
> Fix For: 2.4.0
>
> Attachments: CAMEL-2771.patch
>
>
> Update the jsmpp dependency to 2.1.0. This version of jsmpp solves a serious
> problem present in jsmpp 2.0 that affects the functionality of the
> EnquireLinkTimer option of camel-smpp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.