Merge branch 'coar-notify-7' of https://bitbucket.org/4Science/dspace-cris into CST-10640_new

This commit is contained in:
Andrea Bollini
2023-11-11 17:39:39 +01:00
3 changed files with 19 additions and 19 deletions

View File

@@ -85,7 +85,7 @@ public class QAEventServiceImpl implements QAEventService {
@Autowired
private QAEventsDaoImpl qaEventsDao;
@Autowired
@Autowired(required = false)
@Qualifier("qaAutomaticProcessingMap")
private Map<String, QAEventAutomaticProcessingEvaluation> qaAutomaticProcessingMap;