Selaa lähdekoodia

山西油罐点位图改动

lvzhikai 5 vuotta sitten
vanhempi
commit
0261b8d7da
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -158,6 +158,14 @@
158 158
             <artifactId>log4j</artifactId>
159 159
             <version>1.2.17</version>
160 160
         </dependency>
161
+
162
+        <!-- 阿里巴巴json -->
163
+        <dependency>
164
+            <groupId>com.alibaba</groupId>
165
+            <artifactId>fastjson</artifactId>
166
+            <version>1.2.37</version>
167
+        </dependency>
168
+
161 169
     </dependencies>
162 170
 
163 171
     <dependencyManagement>