소스 검색

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>