mengy 5 年 前
コミット
80978cd83c
共有1 個のファイルを変更した5 個の追加1 個の削除を含む
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

@@ -49,7 +49,11 @@
49 49
 			<groupId>org.springframework.cloud</groupId>
50 50
 			<artifactId>spring-cloud-starter-config</artifactId>
51 51
 		</dependency>
52
-
52
+		<dependency>
53
+			<groupId>com.github.jsqlparser</groupId>
54
+			<artifactId>jsqlparser</artifactId>
55
+			<version>1.4</version>
56
+		</dependency>
53 57
 		<dependency>
54 58
 			<groupId>org.apache.commons</groupId>
55 59
 			<artifactId>commons-lang3</artifactId>