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>