-
Notifications
You must be signed in to change notification settings - Fork 2
Description
NOTE: Implementation on this issue can be started only after Creating App Skeleton issue has been closed.
Add the auto configurations as seen in the nexmo-spring-boot-autoconfigure sub-module(The vonage-spring-boot-autoconfigure folder should already exist). The filenames and configurations should be the same but written in java.
Also, make sure the pom.xml exists(It should be created in issue #2) The make sure all of the configurations exist from the corresponding nexmo spring boot starter pom file for the auto configurations sub-modules then modify the file as indicated below:
pom.xml Modifications
-
Remove any Kotlin plugins or dependencies
-
Make sure the
<parent>property is under the<modelVersion>property and specifies the correct parent dependency -
artifact version should be 1.0.0
-
update
assertj-coredependency to the latest version -
update the
jacoco-maven-plugindependency to the latest version -
Change the license name in the
<license>property from MIT to Apache 2.0 and make sure the URL points to the correct LICENSE.md file in this repo.