Use http liquibase XSDs
Update the lquibase test to use `http://` rather than `https://` so that it can be resolved from the local jar.
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
|
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
|
||||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
|
||||||
http://www.liquibase.org/xml/ns/dbchangelog-ext https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
|
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
|
||||||
|
|
||||||
<changeSet id="1" author="marceloverdijk">
|
<changeSet id="1" author="marceloverdijk">
|
||||||
<createTable tableName="customer">
|
<createTable tableName="customer">
|
||||||
|
|||||||
@@ -7,3 +7,4 @@
|
|||||||
^http://spockframework.org.*
|
^http://spockframework.org.*
|
||||||
^http://ganglia.sourceforge.net.*
|
^http://ganglia.sourceforge.net.*
|
||||||
^http://schemas.xmlsoap.org.*
|
^http://schemas.xmlsoap.org.*
|
||||||
|
^http://www.liquibase.org/xml/ns/dbchangelog/.*
|
||||||
|
|||||||
Reference in New Issue
Block a user