Преглед изворни кода

修改动态数据源pom文件,增加lang3工具包

hgw пре 3 година
родитељ
комит
793954443c
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      dynamic-datasource/pom.xml

+ 7 - 1
dynamic-datasource/pom.xml

@@ -31,6 +31,12 @@
 			<groupId>javax.servlet</groupId>
 			<groupId>javax.servlet</groupId>
 			<artifactId>javax.servlet-api</artifactId>
 			<artifactId>javax.servlet-api</artifactId>
 		</dependency>
 		</dependency>
-		
+
+      <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+          <version>3.8.1</version>
+      </dependency>
+
   </dependencies>
   </dependencies>
 </project>
 </project>