My unit-tests use JsonSchemaFactory which indirectly references SchemaVersion. ShemaVersion downloads remote resources. Is there a way I can disable this behavior so that my unit-tests don't need to download remote resources (or require an internet connection)?
https://github.com/fge/json-schema-core/blob/68edbf9ba307e07d15fee0dfea6dc0d47d9155b8/src/main/java/com/github/fge/jsonschema/SchemaVersion.java#L62