OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 170 forks source link

update depdendencies and pom.xml to enable compilation with Java 11. #57

Closed aaray closed 3 years ago

aaray commented 3 years ago

Compiling with recent versions of maven produces this error:

    [ERROR] Source option 5 is no longer supported. Use 7 or later.

Given that Java 5 was end-of-life back in October of 2009. I don´t see much of an issue with this update.

ptomli commented 3 years ago

@paoloc0 I guess this involves a new release. A bit outside my scope these days ;-)

aaray commented 3 years ago

Fair enough. Iĺl try to minimize the changes so that we can at least fix the build status on Travis-ci which has been broken for a while.