Skip to content

Commit e8d5dde

Browse files
author
sampadawagde
committed
JAVA-941: Migrate spring-jinq to parent-boot-2
1 parent 5ea8baf commit e8d5dde

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

spring-jinq/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-starter-data-jpa</artifactId>
3838
</dependency>
39+
40+
<dependency>
41+
<groupId>net.bytebuddy</groupId>
42+
<artifactId>byte-buddy-dep</artifactId>
43+
<version>${bytebuddy.version}</version>
44+
</dependency>
3945

4046
<!-- Spring -->
4147
<dependency>
@@ -66,7 +72,8 @@
6672
</build>
6773

6874
<properties>
69-
<jinq.version>1.8.22</jinq.version>
75+
<jinq.version>1.8.29</jinq.version>
76+
<bytebuddy.version>1.10.10</bytebuddy.version>
7077
</properties>
7178

7279
</project>

spring-jinq/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.datasource.url=jdbc:h2:~/jinq
1+
spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE
22
spring.datasource.username=sa
33
spring.datasource.password=
44

0 commit comments

Comments
 (0)