0
私のlibをsrcクラスとtestクラスの両方で使用できるようにします。 スコープのプロパティがあります...私はそれで何かする必要がありますか?srcとtestの両方でlibを使用できるようにするにはどうすればいいですか?
ありがとうございます。
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
<scope>what should i put here</scope>
</dependency>