1.Maven項(xiàng)目慎皱,在向其中添加依賴時(shí)真竖,一定要加上版本
<version>2.12.1</version>
才行,否則無(wú)法生效莺掠。如:
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>2.12.1</version>
</dependency>