Skip to content

Commit 0ec5f88

Browse files
committed
JDK 11 test dependency for Mockito 4.11.0
Signed-off-by: Maxim Nesen <[email protected]>
1 parent c9971c7 commit 0ec5f88

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

core-client/pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,19 @@
153153
</dependencies>
154154

155155
<profiles>
156+
<profile>
157+
<id>mockito_jdk_11</id>
158+
<activation>
159+
<jdk>11</jdk>
160+
</activation>
161+
<dependencies>
162+
<dependency>
163+
<groupId>jakarta.xml.bind</groupId>
164+
<artifactId>jakarta.xml.bind-api</artifactId>
165+
<scope>test</scope>
166+
</dependency>
167+
</dependencies>
168+
</profile>
156169
<profile>
157170
<id>sonar</id>
158171
<build>

0 commit comments

Comments
 (0)