orcid-no-doi #43
|
@ -87,7 +87,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
<version>1.8</version>
|
||||
<version>${common.text.version}</version>
|
||||
|
||||
</dependency>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Versions of dependencies should be only declared in the main pom file. Please declare this dependency there (v1.8) and refer to it without overriding the version.
Please remove the dependency version at all from here. The version has to be declared only in the main pom file. Just like all the other dependencies in the same pom file.
I still see the dependency version declared here. Please move in the project's main pom under the dependencyManagement section.