在pom.xml导入jar包,之前有包,现在报错可以添加绝对路径

在pom.xml导入jar包,之前有包,现在报错可以添加绝对路径

<dependency>
	<groupId>cas</groupId>
	<artifactId>org.jasig.cas.client</artifactId>
	<version>3.2.1</version>
	<scope>system</scope>
	<!--本地jar的路径,相对或者绝对都可以-->
	<systemPath>D:\org.jasig.cas.client-3.2.1.jar</systemPath>
</dependency>

猜你喜欢

转载自blog.csdn.net/weixin_44919928/article/details/89516959