remove hard dependency
This commit is contained in:
parent
7ccdc4de00
commit
f6aaa6382c
10
pom.xml
10
pom.xml
@ -12,13 +12,13 @@
|
||||
<java.version>17</java.version>
|
||||
<querydsl.version>5.0.0</querydsl.version>
|
||||
<hibernate.version>6.4.0.Final</hibernate.version>
|
||||
<revision>2.0.0</revision>
|
||||
<revision>2.0.1</revision>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.2.1</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@ -115,12 +115,6 @@
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.70</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- Database -->
|
||||
|
Loading…
Reference in New Issue
Block a user