Skip to content

Commit 3b7e610

Browse files
committed
disable druid, it conflicts with flyway
1 parent 4d3249c commit 3b7e610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@
205205
<version>${org.mapstruct.version}</version>
206206
</dependency>
207207

208-
<dependency>
209-
<groupId>com.alibaba</groupId>
210-
<artifactId>druid-spring-boot-starter</artifactId>
211-
<version>${druid.version}</version>
212-
</dependency>
208+
<!-- <dependency>-->
209+
<!-- <groupId>com.alibaba</groupId>-->
210+
<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
211+
<!-- <version>${druid.version}</version>-->
212+
<!-- </dependency>-->
213213
</dependencies>
214214

215215
<build>

0 commit comments

Comments
 (0)