From 03739aae87f333dbf9c047e554da8477cbfc8a16 Mon Sep 17 00:00:00 2001 From: Igor Balos Date: Thu, 19 Apr 2018 12:06:19 +0200 Subject: [PATCH] force jackson annotations to be the same as jackson provider --- .gitignore | 1 + pom.xml | 8 +++++++- postmark.iml | 52 ---------------------------------------------------- 3 files changed, 8 insertions(+), 53 deletions(-) delete mode 100644 postmark.iml diff --git a/.gitignore b/.gitignore index 38b6845..b2e018e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ **/*.log **/*.DS_Store **/*.idea +**/*.iml target src/test/java/temp src/test/resources/*properties* diff --git a/pom.xml b/pom.xml index 44c664a..c7dc0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ - 1.1 + 1.1.1 UTF-8 1.8 5.0.0-M4 @@ -60,6 +60,12 @@ 2.9.5 + + com.fasterxml.jackson.core + jackson-annotations + 2.9.5 + + eu.medsea.mimeutil diff --git a/postmark.iml b/postmark.iml deleted file mode 100644 index 964523a..0000000 --- a/postmark.iml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file