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.
JDK5バージョンのBoneCPをプルダウンするようにMavenをどのように構成する必要がありますか?
依存関係で分類子を指定する必要があります
<dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> <version>0.7.1.RELEASE</version> <classifier>jdk5</classifier> </dependency>
バージョン0.8.0-rc1はJDK5で動作します