diff --git a/pom.xml b/pom.xml
index 6e7077cb..8f778fc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
org.liquibase
liquibase-core
- 3.0.2
+ 3.0.6
diff --git a/src/main/java/liquibase/integration/cdi/CDIBootstrap.java b/src/main/java/liquibase/integration/cdi/CDIBootstrap.java
deleted file mode 100644
index 3b66db14..00000000
--- a/src/main/java/liquibase/integration/cdi/CDIBootstrap.java
+++ /dev/null
@@ -1,45 +0,0 @@
-package liquibase.integration.cdi;
-
-import java.sql.SQLException;
-
-import javax.enterprise.event.Observes;
-import javax.enterprise.inject.Produces;
-import javax.enterprise.inject.spi.AfterBeanDiscovery;
-import javax.enterprise.inject.spi.AfterDeploymentValidation;
-import javax.enterprise.inject.spi.BeanManager;
-import javax.enterprise.inject.spi.Extension;
-import javax.sql.DataSource;
-
-import liquibase.integration.cdi.annotations.LiquibaseType;
-import liquibase.resource.ResourceAccessor;
-
-/**
- * temporary fix until https://liquibase.jira.com/browse/CORE-1325 is fixed
- */
-public class CDIBootstrap implements Extension {
-
- void afterBeanDiscovery(@Observes AfterBeanDiscovery abd, BeanManager bm) {
- }
-
- void afterDeploymentValidation(@Observes AfterDeploymentValidation event, BeanManager manager) {
- }
-
- @Produces
- @LiquibaseType
- public CDILiquibaseConfig createConfig() {
- return null;
- }
-
- @Produces
- @LiquibaseType
- public DataSource createDataSource() throws SQLException {
- return null;
- }
-
- @Produces
- @LiquibaseType
- public ResourceAccessor create() {
- return null;
- }
-
-}
diff --git a/src/main/resources/changelogs/db.changelog-1.1.xml b/src/main/resources/changelogs/db.changelog-1.1.xml
index 074d71a9..fa2094e0 100644
--- a/src/main/resources/changelogs/db.changelog-1.1.xml
+++ b/src/main/resources/changelogs/db.changelog-1.1.xml
@@ -357,6 +357,7 @@
+ 7:cf40ae235c2d4086c5fa6ac64102c6a9
read_status = false and starred = false