Skip to content

Commit 94ca252

Browse files
committed
Fix JavaDoc release fail on missing transient javax api dependency
1 parent c2debd6 commit 94ca252

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

graphql-jpa-query-schema/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>javax.transaction-api</artifactId>
5151
</dependency>
5252

53+
<dependency>
54+
<groupId>javax.interceptor</groupId>
55+
<artifactId>javax.interceptor-api</artifactId>
56+
</dependency>
57+
5358
<dependency>
5459
<groupId>org.springframework.boot</groupId>
5560
<artifactId>spring-boot-starter-data-jpa</artifactId>

0 commit comments

Comments
 (0)