Skip to content

Instantly share code, notes, and snippets.

@dejanb
Created February 19, 2014 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejanb/9093832 to your computer and use it in GitHub Desktop.
Save dejanb/9093832 to your computer and use it in GitHub Desktop.
diff --git a/esb/esb-assembly/jboss-fuse-medium/src/main/filtered-resources/etc/org.apache.karaf.features.cfg b/esb/esb-assembly/jboss-fuse-medium/src/main/filt
index a1196f3..691e316 100644
--- a/esb/esb-assembly/jboss-fuse-medium/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
+++ b/esb/esb-assembly/jboss-fuse-medium/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
@@ -24,7 +24,7 @@ featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/enterprise/${karaf-version}/xml/features,\
mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/${camel-version}/xml/features,\
- mvn:org.apache.activemq/activemq-karaf/${activemq-version}/xml/features,\
+ mvn:org.apache.activemq/activemq-karaf/${activemq-version}/xml/features-core,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/${servicemix-nmr-version}/xml/features,\
mvn:io.fabric8/fabric8-karaf/${fabric.version}/xml/features,\
mvn:org.jboss.fuse/jboss-fuse/${project.version}/xml/features,\
@@ -34,4 +34,4 @@ featuresRepositories=\
#
# Comma separated list of features to install at startup
#
-featuresBoot=jasypt-encryption,config,management,fabric,fabric-bundle,patch,mq-fabric,camel,camel-cxf,camel-jms,activemq-camel,camel-blueprint,camel-csv,camel-
+featuresBoot=jasypt-encryption,config,management,fabric,fabric-bundle,patch,mq-fabric,camel,camel-cxf,camel-jms,mq-fabric-camel,camel-blueprint,camel-csv,camel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment