File tree 1 file changed +5
-7
lines changed
spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 26
26
<groupId >org.springframework.boot</groupId >
27
27
<artifactId >spring-boot-starter-jdbc</artifactId >
28
28
</dependency >
29
+ <dependency >
30
+ <groupId >javax.transaction</groupId >
31
+ <artifactId >javax.transaction-api</artifactId >
32
+ </dependency >
29
33
<dependency >
30
34
<groupId >org.hibernate</groupId >
31
35
<artifactId >hibernate-core</artifactId >
32
36
<exclusions >
33
37
<exclusion >
34
- <artifactId >
35
- jboss-transaction-api_1.2_spec
36
- </artifactId >
37
38
<groupId >org.jboss.spec.javax.transaction</groupId >
39
+ <artifactId >jboss-transaction-api_1.2_spec</artifactId >
38
40
</exclusion >
39
41
</exclusions >
40
42
</dependency >
41
- <dependency >
42
- <groupId >javax.transaction</groupId >
43
- <artifactId >javax.transaction-api</artifactId >
44
- </dependency >
45
43
<dependency >
46
44
<groupId >org.springframework.data</groupId >
47
45
<artifactId >spring-data-jpa</artifactId >
You can’t perform that action at this time.
0 commit comments