Skip to content

Commit

Permalink
force jackson annotations to be the same as jackson provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Apr 19, 2018
1 parent f9f7c79 commit 03739aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/*.log
**/*.DS_Store
**/*.idea
**/*.iml
target
src/test/java/temp
src/test/resources/*properties*
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</developers>

<properties>
<postmark.version>1.1</postmark.version>
<postmark.version>1.1.1</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<junit.jupiter.version>5.0.0-M4</junit.jupiter.version>
Expand Down Expand Up @@ -60,6 +60,12 @@
<version>2.9.5</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.5</version>
</dependency>

<!-- MIME auto detect on files -->
<dependency>
<groupId>eu.medsea.mimeutil</groupId>
Expand Down
52 changes: 0 additions & 52 deletions postmark.iml

This file was deleted.

0 comments on commit 03739aa

Please sign in to comment.