Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PowerMock 1.1.1 版及其依赖项。当我将依赖项添加到 pom.xml 时,我收到错误缺少工件。
我是这样定义的:
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-core</artifactId> <version>1.1.1</version> </dependency>