Skip to content

Commit

Permalink
Revert "Bump to Liquibase 4.4.0"
Browse files Browse the repository at this point in the history
This reverts commit ce117f0.
  • Loading branch information
gsmet committed Jun 28, 2021
1 parent 32ba427 commit bbbaf76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<jgit.version>5.12.0.202106070339-r</jgit.version>
<flyway.version>7.10.0</flyway.version>
<yasson.version>1.0.9</yasson.version>
<liquibase.version>4.4.0</liquibase.version>
<liquibase.version>4.3.5</liquibase.version>
<snakeyaml.version>1.29</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<neo4j-java-driver.version>4.3.2</neo4j-java-driver.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ void nativeImageConfiguration(
liquibase.change.AbstractSQLChange.class.getName(),
liquibase.database.jvm.JdbcConnection.class.getName()));

reflective.produce(new ReflectiveClassBuildItem(true, false, false, "liquibase.command.LiquibaseCommandFactory"));

reflective.produce(new ReflectiveClassBuildItem(true, true, true,
liquibase.parser.ChangeLogParserCofiguration.class.getName(),
liquibase.hub.HubServiceFactory.class.getName(),
Expand Down

0 comments on commit bbbaf76

Please sign in to comment.