Smack 4.1.0-rc1 maven problems

add in project pom-file

org.igniterealtime.smack

smack-android

4.1.0-rc1

mvn clean install

and i get error

Could not resolve dependencies for project : Failed to collect dependencies at org.igniterealtime.smack:smack-android:jar:4.1.0-rc1 → org.igniterealtime.smack:smack-bosh:jar:4.1.0-rc1 → org.igniterealtime.jbosh:jbosh:jar:(0.8,0.9]: No versions available for org.igniterealtime.jbosh:jbosh:jar:(0.8,0.9] within specified range → [Help 1]

[ERROR]

help me please

smack-android should not depend on smack-bosh, this was fixed in what is now 4.1.0-rc2-SNAPSHOT

But even with the dependency, you build system should be able to retrieve jbosh, since it’s available on maven central: The Central Repository Search Engine

Not sure what’s wrong here. I guess something in your setup/environment prevents the dependency from getting resolved and/or pulled.

in pom of smack-android:4.1.0-rc1

<``dependency``>

``<``groupId``>org.igniterealtime.smack</``groupId``>

``<``artifactId``>smack-bosh</``artifactId``>

``<``version``>4.1.0-rc1</``version``>

``<``scope``>compile</``scope``>

``</``dependency``>

in pom of smack-bosh:4.1.0-rc1

``<``dependency``>

``<``groupId``>org.igniterealtime.jbosh</``groupId``>

``<``artifactId``>jbosh</``artifactId``>

``<``version``>(0.8,0.9]</``version``>

``<``scope``>compile</``scope``>

``</``dependency``>

we need jbosh version (0.8, 0.9] (more than 0.8 and not include 0.8)

but in The Central Repository Search Engine only 0.8 version of jbosh

may be pom.xml of smack-bosh contain error?

Indeed, fixed in the latest rc2-SNAPSHOT.

org.igniterealtime.jbosh

jbosh

0.8.0

you are missing .0 the end it is “0.8.0”