pentaho-kettle 的maven仓库,解决中央和镜像(阿里和腾讯等)拉取不到依赖的问题

pentaho.kettle不在maven中央存储库中,且官方不再维护,所以中央库和镜像库(阿里、腾讯)均拉取不到。所以单独配置。此地址可能后期失效

	<repositories>
		<repository>
			<id>pentaho-kettle</id>
			<name>pentaho-kettle仓库</name>
			<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
		</repository>
	</repositories>

参考
https://blog.csdn.net/weixin_43842252/article/details/124762580
https://blog.51cto.com/u_15328720/3386194

猜你喜欢

转载自blog.csdn.net/lishuoboy/article/details/128938048