开发者

how to configure to allow a lib can be used both in src and test?

i want my lib can be used by both in src and test class. there is a scope properties... should i do something with it?

thanks?

<dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-transports-http</artifactId>
            <version>${cxf.version}</version>
          开发者_如何学C  <scope>what should i put here</scope>
        </dependency>


Either you take "compile" or you remove the scope tag, as "compile" is the default for it anyway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜