Selaa lähdekoodia

commons-io Pom

zhangchenglong 2 vuotta sitten
vanhempi
commit
d5a4a7dd76
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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>