Skip to content

Use explicit maven dependencies

Álvaro López García requested to merge alberto-brigandi-patch-2 into master

Created by: alberto-brigandi

Build is failing right now since it is resolving the dependency with version 3.0.0-SNAPSHOT, and that yields the error:

[ERROR] /var/lib/jenkins/workspace/INDIGO/qcg-client-publish/src/main/java/it/infn/ba/deep/qcg/client/utils/QcgEncoder.java:[43,13] error: cannot find symbol
[ERROR]   symbol:   method setSerializationInclusion(Include)
  location: variable mapper of type ObjectMapper
/var/lib/jenkins/workspace/INDIGO/qcg-client-publish/src/main/java/it/infn/ba/deep/qcg/client/utils/ModelUtils.java:[110,11] error: cannot find symbol
[ERROR]   symbol:   method setSerializationInclusion(Include)
  location: variable mapper of type ObjectMapper
/var/lib/jenkins/workspace/INDIGO/qcg-client-publish/src/main/java/it/infn/ba/deep/qcg/client/utils/QcgDecoder.java:[47,11] error: cannot find symbol

Merge request reports