org.jboss.weld.exceptions.DeploymentException: WELD-001409: Ambiguous dependencies for type Bean with qualifiers @Default

后端 未结 2 1386
猫巷女王i
猫巷女王i 2020-12-20 17:20

My project was working fine yesterday. The only thing I did was to change the structure from a single war to a multi module pom. If I understand correctly the stacktrace the

2条回答
  •  感情败类
    2020-12-20 18:05

    It could also be just a version change in pom, and maven build cache inconsistency. A mvn clean helped in my case.

提交回复
热议问题