HL-694 remove annotation-api dependency, use spring @Autowired instead

Merged
#37 · Created  · Last updated

Merged pull request

HL-694 remove annotation-api dependency, use spring @Autowired instead

3937a39·Author: ·Closed by: ·2018-10-16

Description

I removed the annotation-api dependency due to two things:

  • its compile scope forces usage of exclusion

  • it is only needed in one test and that can be replaced with @Autowire annotation coming from Spring dependency

I have prepared the removal commit. Did I miss something important here that caused usage of annotation-api in compile scope?

0 attachments

0 comments

Loading commits...