diff --git a/pom.xml b/pom.xml
index 7dcabb03d..a6f943f65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,11 @@
org.springframework.boot
spring-boot-starter-web
+
+ com.splicemachine
+ splice-hibernate-dialect
+ 2.6.0.1726-SNAPSHOT
+
org.springframework.boot
spring-boot-starter-thymeleaf
@@ -133,7 +138,7 @@
spring-boot-maven-plugin
-
build-info
@@ -166,7 +171,7 @@
-
pl.project13.maven
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index b38520e67..ccaf09680 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -8,7 +8,7 @@ spring.datasource.url=jdbc:splice://localhost:1527/splicedb;user=splice;password
spring.datasource.username=splice
spring.datasource.password=admin
spring.datasource.driver-class-name=com.splicemachine.db.jdbc.ClientDriver
-spring.jpa.database-platform=org.hibernate.dialect.DerbyTenSevenDialect
+spring.jpa.database-platform=com.splicemachine.SpliceMachineDialect
# Web
spring.thymeleaf.mode=HTML