AlexKolonitsky / TimesheetManagement

0 stars 5 forks source link

Upgrade Spring version to Spring5 #15

Closed TicTacT0e closed 5 years ago

TicTacT0e commented 5 years ago

Versions of spring-core and spring-context has been changed to 5.1.5.RELEASE. Added up spring-webmvc dependecy for spring 5 and jersey integration. Depedencies versions carried over in properties section.

Removed deployment descriptor. Also added up JerseyConfig.class in "config" package. In this class registred jax-rs resource classes and supplied root path of web application.

Conflit between master and feature_upgrade_spring_version branches resolved in another branch: commit_feature_spring_ver.