maven 引入 本地 jar

        <dependency>
            <groupId>com.oracle</groupId>
            <artifactId>ojdbc14</artifactId>
            <version>${oracle.driver.version}</version>
            <scope>system</scope>
<!--                                            ojdbc14-10.2.0.4.0.jar -->
            <systemPath>${project.basedir}/lib/ojdbc14-10.2.0.4.0.jar</systemPath>
        </dependency>web

 

<dependency>
			<groupId>com.ckfinder</groupId>
			<artifactId>apache-ant-zip</artifactId>
			<version>2.3</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/apache-ant-zip-2.3.jar</systemPath>
		</dependency>
相關文章
相關標籤/搜索