mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
I needed to change the version of splice-hibernate-dialect
This commit is contained in:
parent
c818b982d5
commit
f1d105dd89
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -53,8 +53,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.splicemachine</groupId>
|
<groupId>com.splicemachine</groupId>
|
||||||
<artifactId>splice-hibernate-dialect</artifactId>
|
<artifactId>splice-hibernate-dialect</artifactId>
|
||||||
<version>2.7.0.1742-SNAPSHOT</version>
|
<version>2.6.0.1726-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
Loading…
Reference in a new issue