Repository: servicemix Updated Branches: refs/heads/master b687ff3b3 -> 35da41fc3
Problmen with missing feature repository solved Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/35da41fc Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/35da41fc Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/35da41fc Branch: refs/heads/master Commit: 35da41fc3c14752aec1bb308593ba4d570be5649 Parents: b687ff3 Author: Krzysztof Sobkowiak <[email protected]> Authored: Fri Jul 3 18:27:12 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri Jul 3 18:27:12 2015 +0200 ---------------------------------------------------------------------- drools/src/main/resources/features.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/35da41fc/drools/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/drools/src/main/resources/features.xml b/drools/src/main/resources/features.xml index 06b931d..0dba794 100644 --- a/drools/src/main/resources/features.xml +++ b/drools/src/main/resources/features.xml @@ -19,8 +19,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - <repository>mvn:org.apache.servicemix/apache-servicemix/${version}/xml/internal</repository> - <feature name="drools6-module" version="${drools6.version}" description="Drools 6 core" start-level="50" resolver="(obr)"> <feature>pax-cdi</feature>
