This content has been marked as final.
Show 3 replies
-
1. Re: Jbosgi failing to build due to missing dependency
thomas.diesler Jul 9, 2013 3:15 AM (in response to cvgaviao)Currently, we have a dependency on latest changes in the wildfly master. You'd need to build wildfly if you want to work with the latest.
-
2. Re: Jbosgi failing to build due to missing dependency
jaikiran Jul 9, 2013 3:26 AM (in response to thomas.diesler)Since, 8.0.0.Alpha2 has been already released long back, I think updating it from Alpha2-SNAPSHOT to Alpha2 should work isn't it? The Alpha2 version is already available in Maven central repo http://search.maven.org/#artifactdetails|org.wildfly|wildfly-controller-client|8.0.0.Alpha2|jar
-
3. Re: Jbosgi failing to build due to missing dependency
jaikiran Jul 9, 2013 3:32 AM (in response to jaikiran)Never mind, I just had a look at the git repo of jbossosgi and it looks like it depends on Alpha3-SNAPSHOT and not Alpha2-SNAPSHOT. So of course, building the latest WildFly from source is what's required.