Преглед на файлове

Merge branch 'master' of http://git.dayaedu.com/yonge/collect_fee

# Conflicts:
#	pom.xml
zouxuan преди 6 години
родител
ревизия
8484ec9dfb
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -178,6 +178,11 @@
 			<artifactId>lombok</artifactId>
 			<optional>true</optional>
 		</dependency>
+		<dependency>
+		    <groupId>net.sf.json-lib</groupId>
+		    <artifactId>json-lib</artifactId>
+		    <version>2.4</version>
+		</dependency>
 	</dependencies>
 
 	<build>