<dependency>
<groupId>com.xxx</groupId>
<artifactId>xxx</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jdoc-1.1.jar</systemPath>
</dependency>
<groupId>com.xxx</groupId>
<artifactId>xxx</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jdoc-1.1.jar</systemPath>
</dependency>