Created
August 26, 2014 13:53
-
-
Save pentaho-nbaker/79fe2dd22e7bdb265dd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| ~ This program is free software; you can redistribute it and/or modify it under the | |
| ~ terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software | |
| ~ Foundation. | |
| ~ | |
| ~ You should have received a copy of the GNU Lesser General Public License along with this | |
| ~ program; if not, you can obtain a copy at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html | |
| ~ or from the Free Software Foundation, Inc., | |
| ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
| ~ | |
| ~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | |
| ~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| ~ See the GNU Lesser General Public License for more details. | |
| ~ | |
| ~ Copyright 2014 Pentaho Corporation. All rights reserved. | |
| --> | |
| <features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> | |
| <feature name="pentaho-base" version="1.0"> | |
| <bundle>mvn:org.slf4j/osgi-over-slf4j/1.7.5</bundle> | |
| </feature> | |
| <feature name="pentaho-server" version="1.0"> | |
| <feature>pentaho-base</feature> | |
| <bundle>mvn:org.apache.felix/org.apache.felix.http.bundle/2.2.2</bundle> | |
| <!-- uncomment this once features are published to maven --> | |
| <!--<bundle>blueprint:mvn:pentaho/pentaho-server-core/1.0-SNAPSHOT/xml/activator</bundle--> | |
| <bundle>blueprint:mvn:pentaho/pentaho-blueprint-activators/1.0-SNAPSHOT/xml/server</bundle> | |
| </feature> | |
| <feature name="pentaho-client" version="1.0"> | |
| <feature>pentaho-base</feature> | |
| <bundle>mvn:pentaho/pentaho-mongo-utils/DATA-PROFILING-SNAPSHOT</bundle> | |
| <bundle>mvn:pentaho/pentaho-mongodb-plugin/DATA-PROFILING-SNAPSHOT</bundle> | |
| <bundle>mvn:pentaho/pentaho-osgi-utils-impl/DATA-PROFILING-SNAPSHOT</bundle> | |
| <bundle>mvn:org.mongodb/mongo-java-driver/2.11.1</bundle> | |
| </feature> | |
| </features> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment