opencadc / caom2

Common Archive Observation Model
GNU Affero General Public License v3.0
5 stars 11 forks source link

Change dependencies with "plus" to maven compliant syntax. #124

Closed rgutierrezs closed 4 years ago

rgutierrezs commented 4 years ago

ESDC is migrating all its projects to Maven. In this process it has been found that some dependencies from CADC CAOM software are failing due to dependencies defined with a plus sign ("+"). In this branch, all this kind of dependencies has been changed to a maven valid syntax. For instance: From: compile 'log4j:log4j:1.2.+' To: compile 'log4j:log4j:[1.2,1.3)'