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.
必须如何配置maven才能拉下JDK5版本的BoneCP?
您需要在依赖项中指定一个分类器
<dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> <version>0.7.1.RELEASE</version> <classifier>jdk5</classifier> </dependency>
0.8.0-rc1 版本适用于 JDK 5