Hi all, As we started using FUSE servicemix in our project we have some dependencies left that still depend on those *-fuse versions. I'm trying to remove them and update to regular bundles instead.
diff ./pom.xml - <servicemix.version>4.4.1-fuse-03-06</servicemix.version> + <servicemix.version>4.5.1</servicemix.version> Full problem introducing commit here: https://github.com/pau-minoves/opennaas/commit/dd77df441d4b386e6d56d24f17525eb19eec9e09 When building the platform ( https://github.com/pau-minoves/opennaas/blob/feature/fuse-no-more/platform/pom.xml) we get this error: [ERROR] Failed to execute goal on project platform: Could not resolve dependencies for project org.opennaas:platform:pom:0.19: The following artifacts could not be resolved: org.apache.servicemix:apache-servicemix:jar:4.5.1, org.apache.xerces:xml-apis:jar:2.11.0-20110622, org.apache.xerces:xercesImpl:jar:2.11.0: Could not find artifact org.apache.servicemix:apache-servicemix:jar:4.5.1 in apache ( https://repository.apache.org/content/repositories/releases/) -> [Help 1] I can't find any of our bundles depending on org.apache.xerces directly so I assume it is a servicemix 4.5.1 thing. Also, checking some maven repositories online, I can't seem to find org.apache.xerces:xml-apis anywhere, only a org.apache.servicemix.bundles repackaging. Any hints on how to resolve this? Thanks. Best regards, Pau -- Distributed Applications and Networks Area (DANA) Fundació i2CAT, Internet i Innovació Digital a Catalunya, Barcelona, Spain T: +34 935 679 927 - http://dana.i2cat.net/
