【发布时间】:2020-11-09 17:49:47
【问题描述】:
我在我的 POM.xml 文件中添加了以下依赖项,但它们没有显示在 Maven 依赖项下
<groupId>info.cukes</groupId>
<artifactId>cucumber-junit</artifactId>
<version>1.2.5</version>
<type>pom</type>
<groupId>info.cukes</groupId>
<artifactId>cucumber-java</artifactId>
<version>1.2.5</version>
<type>pom</type>
【问题讨论】:
标签: maven dependencies