-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathlibs.example.legacy.versions.toml
More file actions
27 lines (20 loc) · 1.15 KB
/
libs.example.legacy.versions.toml
File metadata and controls
27 lines (20 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[versions]
spring-boot2 = "2.7.18"
[libraries]
# jpa
javax-persistence-api = { module = "javax.persistence:javax.persistence-api", version = "2.2" }
# spring boot
spring-boot2-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa", version.ref = "spring-boot2" }
spring-boot2-batch = { module = "org.springframework.boot:spring-boot-starter-batch", version.ref = "spring-boot2" }
spring-boot2-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-starter", version = "1.8.1" }
spring-boot2-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot2" }
# spring
spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "4.3.10" }
# hibernate
hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" }
# hibernate-reactive
hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" }
# eclipse-link
eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "2.7.16" }
[plugins]
spring-boot2 = { id = "org.springframework.boot", version.ref = "spring-boot2" }