Commit 6595c5c1 by huluobin

maven

parent 98e5a2b6
......@@ -43,6 +43,7 @@
<!--json-->
<json-lib.version>2.4</json-lib.version>
<fastjson.version>1.2.47</fastjson.version>
<json.version>20180813</json.version>
</properties>
<dependencies>
......@@ -172,6 +173,13 @@
<classifier>jdk15</classifier>
</dependency>
<!--短信模块需要的json类库-->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
<!--apache lang 工具包-->
<dependency>
<groupId>org.apache.commons</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment