Skip to content

Commit b580dd7

Browse files
committed
Polish
1 parent 3469142 commit b580dd7

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

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,20 @@
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-jdbc</artifactId>
2828
</dependency>
29+
<dependency>
30+
<groupId>javax.transaction</groupId>
31+
<artifactId>javax.transaction-api</artifactId>
32+
</dependency>
2933
<dependency>
3034
<groupId>org.hibernate</groupId>
3135
<artifactId>hibernate-core</artifactId>
3236
<exclusions>
3337
<exclusion>
34-
<artifactId>
35-
jboss-transaction-api_1.2_spec
36-
</artifactId>
3738
<groupId>org.jboss.spec.javax.transaction</groupId>
39+
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
3840
</exclusion>
3941
</exclusions>
4042
</dependency>
41-
<dependency>
42-
<groupId>javax.transaction</groupId>
43-
<artifactId>javax.transaction-api</artifactId>
44-
</dependency>
4543
<dependency>
4644
<groupId>org.springframework.data</groupId>
4745
<artifactId>spring-data-jpa</artifactId>

0 commit comments

Comments
 (0)