Explorar el Código

commons-io Pom

zhangchenglong hace 2 años
padre
commit
d5a4a7dd76
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -78,6 +78,12 @@
             <artifactId>spring-boot-autoconfigure</artifactId>
             <version>2.7.2</version>
         </dependency>
+
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.6</version>
+        </dependency>
     </dependencies>
 
     <build>