仅适用于丢弃代码
设置scope == system并仅组成一个groupId,artifactId和版本
<dependency> <groupId>org.swinglabs</groupId> <artifactId>swingx</artifactId> <version>0.9.2</version> <scope>system</scope> <systemPath>${project.basedir}/lib/swingx-0.9.3.jar</systemPath></dependency>


