mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 02:23:26 +00:00
* refactor: drop tables according to their dependencies * refactor: renamed table because USER is an SQL keyword * dep: upgrade com.h2database.h2 1.4.190 to 2.1.214
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<sonar-maven-plugin.version>3.8.0.2131</sonar-maven-plugin.version>
|
||||
<spring-boot.version>2.7.5</spring-boot.version>
|
||||
<h2.version>1.4.190</h2.version>
|
||||
<jacoco.version>0.8.8</jacoco.version>
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<camel.version>2.25.1</camel.version>
|
||||
@@ -232,11 +231,6 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>${h2.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-dbcp</groupId>
|
||||
<artifactId>commons-dbcp</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user