孙镇亮 hace 6 años
padre
commit
586ae6f9fe
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -199,6 +199,13 @@
 			<artifactId>springfox-swagger-ui</artifactId>
 			<version>2.7.0</version>
 		</dependency>
+		
+		<dependency>
+		    <groupId>net.sf.json-lib</groupId>
+		    <artifactId>json-lib</artifactId>
+		    <version>2.4</version>
+		</dependency>
+		
 	</dependencies>
 
 	<build>