Commit eb3b0f82 authored by Phillip Webb's avatar Phillip Webb

Use http liquibase XSDs

Update the lquibase test to use `http://` rather than `https://` so that
it can be resolved from the local jar.
parent 42d07a7a
...@@ -3,8 +3,8 @@ ...@@ -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 @@ ...@@ -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/.*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment