Skip to content

Instantly share code, notes, and snippets.

@steinarb
Created July 26, 2020 07:57
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 steinarb/a0780f69cddf3fbe2df7dcd93cbce4a1 to your computer and use it in GitHub Desktop.
Save steinarb/a0780f69cddf3fbe2df7dcd93cbce4a1 to your computer and use it in GitHub Desktop.
Feature repository for liquibase 3.10.1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="ukelonn.bundle.db.liquibase">
<feature name="liquibase-core" start-level="40" version="3.10.1">
<bundle>mvn:org.yaml/snakeyaml/1.24</bundle>
<bundle>mvn:org.liquibase/liquibase-core/3.10.1</bundle>
<bundle start-level="35">mvn:no.priv.bang.karaf/liquibase-slf4j-osgi/3.8.1-SNAPSHOT</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0</bundle>
</feature>
</features>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment