Commit 6595c5c1 by huluobin

maven

parent 98e5a2b6
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<!--json--> <!--json-->
<json-lib.version>2.4</json-lib.version> <json-lib.version>2.4</json-lib.version>
<fastjson.version>1.2.47</fastjson.version> <fastjson.version>1.2.47</fastjson.version>
<json.version>20180813</json.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -172,6 +173,13 @@ ...@@ -172,6 +173,13 @@
<classifier>jdk15</classifier> <classifier>jdk15</classifier>
</dependency> </dependency>
<!--短信模块需要的json类库-->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
<!--apache lang 工具包--> <!--apache lang 工具包-->
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <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