赞
踩
详情:
[ERROR] The project com.example:oee_demo:0.0.1-SNAPSHOT (E:\PROJECT\study-project\oee_demo\pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version' for com.alibaba:fastjson:jar is missing. @ line 89, column 21
引入阿里的fastjson依赖时,没有指定, 指定版本号就行了:
<!-- 阿里JSON解析器 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<!-- <version>1.2.75</version>-->
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。