Skip to content

Commit

Permalink
small model update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Mar 9, 2021
1 parent 0544f20 commit f6b6f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</developers>

<properties>
<postmark.version>1.5.6</postmark.version>
<postmark.version>1.5.7</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<jackson.minimum.version>2.9.7</jackson.minimum.version>
Expand Down Expand Up @@ -125,7 +125,7 @@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>

<!-- javax.xml.bind is removed from java 11 , Jackson will throw error without dependencies for it-->
<!-- https://stackoverflow.com/questions/52502189/java-11-package-javax-xml-bind-does-not-exist -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public SubscriptionManagementConfiguration(String unsubscribeHandlingType) {
this.unsubscribeHandlingType = unsubscribeHandlingType;
}


public String getUnsubscribeHandlingType() {
return unsubscribeHandlingType;
}
Expand Down

0 comments on commit f6b6f47

Please sign in to comment.