Liquibase with Synonym

Hello,

i want to modify JdbcDatabaseSnapshotGenerator#hasTable

ResultSet rs = getMetaData(database).getTables(database.convertRequestedSchemaToCatalog(schemaName), database.convertRequestedSchemaToSchema(schemaName), convertTableNameToDatabaseTableName(tableName), new String[]{“TABLE”,“SYNONYM”});

but if i deploy (maven) the “patch” jar, i get follow exception. How can i deploy the jar correctly?
Exception in thread “main” liquibase.exception.ChangeLogParseException: Error parsing line 5 column 76 of masterchangelog.xml: cvc-elt.1: Cannot find the declaration of element ‘databaseChangeLog’.
    at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:106)

do you have internet access in the script environment ?

i am having a problem due to running in an environment without internet access…

http://comments.gmane.org/gmane.network.opennms.install/4923

going to try and get the xml definition files locally and see if it is ok then