Browse Source

no message

FengChaoYu 3 weeks ago
parent
commit
01dc6661c8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -255,6 +255,11 @@
                         <artifactId>commons-lang3</artifactId>
                         <version>${commons-lang3.version}</version>
                     </dependency>
+                    <dependency>
+                        <groupId>commons-configuration</groupId>
+                        <artifactId>commons-configuration</artifactId>
+                        <version>1.9</version>
+                    </dependency>
                 </dependencies>
             </plugin>
         </plugins>