spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
686 stars 85 forks source link

Remove duplicate String-based dependency management declaration from Map-based Kotlin example #295

Closed jongmin92 closed 3 years ago

jongmin92 commented 3 years ago

I found the duplicated code while executing the example code of the document. From the context, It looks like dependency("org.springframework:spring-core:4.0.3.RELEASE") should be removed.

wilkinsona commented 3 years ago

Well spotted, @jongmin92. Thank you.