mcy 5 years ago
parent
commit
c2ce662f9a
1 changed files with 10 additions and 0 deletions
  1. 10 0
      canal-admin/pom.xml

+ 10 - 0
canal-admin/pom.xml

@@ -48,6 +48,16 @@
                 <artifactId>caffeine</artifactId>
                 <version>2.6.2</version>
             </dependency>
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>1.8.2</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>2.6</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>