You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/exquery/restxq/pom.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,8 @@
164
164
<!-- test dependencies -->
165
165
166
166
<dependency>
167
-
<groupId>org.junit.jupiter</groupId>
168
-
<artifactId>junit-jupiter-api</artifactId>
167
+
<groupId>org.junit.vintage</groupId>
168
+
<artifactId>junit-vintage-engine</artifactId>
169
169
<scope>test</scope>
170
170
</dependency>
171
171
<dependency>
@@ -246,6 +246,7 @@
246
246
<failOnWarning>true</failOnWarning>
247
247
<ignoredUnusedDeclaredDependencies>
248
248
<ignoredUnusedDeclaredDependency>${project.groupId}:exist-expath:jar:${project.version}</ignoredUnusedDeclaredDependency> <!-- needed for XQSuite tests that depend on EXPath HTTP client -->
Copy file name to clipboardExpand all lines: extensions/indexes/lucene/pom.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,8 @@
130
130
</dependency>
131
131
132
132
<dependency>
133
-
<groupId>org.junit.jupiter</groupId>
134
-
<artifactId>junit-jupiter-api</artifactId>
133
+
<groupId>org.junit.vintage</groupId>
134
+
<artifactId>junit-vintage-engine</artifactId>
135
135
<scope>test</scope>
136
136
</dependency>
137
137
@@ -189,6 +189,7 @@
189
189
<failOnWarning>true</failOnWarning>
190
190
<ignoredUnusedDeclaredDependencies>
191
191
<ignoredUnusedDeclaredDependency>org.apache.lucene:lucene-queries:jar:${lucene.version}</ignoredUnusedDeclaredDependency> <!-- needed at runtime to support lucene query syntax -->
0 commit comments