Explorar el Código

解决JSON-lib部分jdk版本报错的问题

小柒2012 hace 7 años
padre
commit
203b1eceaf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -62,6 +62,8 @@
 		    <groupId>net.sf.json-lib</groupId>
 		    <artifactId>json-lib</artifactId>
 		    <version>2.4</version>
+		    <!-- 部分jdk版本报错的问题 -->
+		    <classifier>jdk15</classifier>    
 		</dependency>
 		<!-- commons-configuration -->
 		<dependency>