exasol / test-db-builder-java

Java library for creating and cleaning up test database structures and contents for integration tests
MIT License
2 stars 1 forks source link

Remove dependency on Jackson #106

Closed kaklakariada closed 1 year ago

kaklakariada commented 1 year ago

Jackson is used to map the configuration yaml to a Java class. To avoid unnecessary dependencies we should avoid this dependency and implement reading the yaml format ourself.

kaklakariada commented 1 year ago

Ticket was created in wrong repo. Correct ticket: https://github.com/exasol/error-code-crawler-maven-plugin/issues/83