Skip to content

Remove explicit dependency on checkerframework.#126

Merged
bytefish merged 1 commit intobytefish:masterfrom
umartin:master
Oct 5, 2023
Merged

Remove explicit dependency on checkerframework.#126
bytefish merged 1 commit intobytefish:masterfrom
umartin:master

Conversation

@umartin
Copy link
Copy Markdown
Contributor

@umartin umartin commented Oct 5, 2023

This PR removes the explicit dependency on checkerframework. The postgresql jdbc driver already pulls in a different version of checkerframework. Removing the explicit dependency in PgBulkInsert and relying on the version from postgresql jdbc driver avoids a version conflict.

The current version of PgBulkInsert pulls version 3.9.1 of checkerframework while postgresql pulls in version 3.5.0. https://mvnrepository.com/artifact/org.postgresql/postgresql/42.2.19

@bytefish
Copy link
Copy Markdown
Owner

bytefish commented Oct 5, 2023

Nice 👍

@bytefish bytefish merged commit 416fe5e into bytefish:master Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants