Skip to content

Instantly share code, notes, and snippets.

@efroese
Created June 4, 2012 16:51
Show Gist options
  • Save efroese/2869507 to your computer and use it in GitHub Desktop.
Save efroese/2869507 to your computer and use it in GitHub Desktop.
src/main/bundles/list.xml
<?xml version="1.0"?>
<bundles>
<startLevel level="0">
<bundle>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- KERN-2566 needs 1.4 version -->
<version>1.4</version>
</bundle>
<bundle>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</bundle>
<bundle>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</bundle>
<bundle>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.5</version>
</bundle>
<bundle>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</bundle>
<bundle>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.0.3</version>
</bundle>
</startLevel>
<startLevel level="1">
<bundle>
<groupId>com.googlecode.guava-osgi</groupId>
<artifactId>guava-osgi</artifactId>
<version>10.0.0</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>3.1.8</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.event</artifactId>
<version>1.0.2</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
<version>1.0.2</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>1.6.4</version>
</bundle>
<bundle>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.extensions.threaddump</artifactId>
<version>0.2.0</version>
</bundle>
</startLevel>
<startLevel level="5">
<bundle>
<groupId>org.apache.sanselan</groupId>
<artifactId>sanselan</artifactId>
<version>0.97-incubator</version>
</bundle>
<bundle>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.termextract</artifactId>
<version>1.3-SNAPSHOT</version>
</bundle>
<bundle>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.1</version>
</bundle>
<bundle>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.1</version>
</bundle>
<bundle>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.6.0</version>
</bundle>
<bundle>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</bundle>
</startLevel>
<startLevel level="10">
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.eventadmin</artifactId>
<version>1.2.14</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>1.6.0</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.2.8</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.metatype</artifactId>
<version>1.0.4</version>
</bundle>
</startLevel>
<startLevel level="11">
<bundle>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
<version>3.1_6</version>
</bundle>
<bundle>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.tika</artifactId>
<version>1.0.1.3-SNAPSHOT</version>
</bundle>
<bundle>
<groupId>org.apache.tika</groupId>
<artifactId>tika-bundle</artifactId>
<version>1.0</version>
</bundle>
<bundle>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.preview</artifactId>
<version>1.3-SNAPSHOT</version>
</bundle>
</startLevel>
</bundles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment