Skip to content

Commit 54e69eb

Browse files
authored
[MJAVADOC-760] declare test dependencies (#217)
1 parent 2d9abba commit 54e69eb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,18 @@ under the License.
329329
<version>4.13.2</version>
330330
<scope>test</scope>
331331
</dependency>
332+
<dependency>
333+
<groupId>org.hamcrest</groupId>
334+
<artifactId>hamcrest-core</artifactId>
335+
<version>1.3</version>
336+
<scope>test</scope>
337+
</dependency>
338+
<dependency>
339+
<groupId>javax.servlet</groupId>
340+
<artifactId>javax.servlet-api</artifactId>
341+
<version>3.1.0</version>
342+
<scope>test</scope>
343+
</dependency>
332344
<dependency>
333345
<groupId>org.apache.maven.plugin-testing</groupId>
334346
<artifactId>maven-plugin-testing-harness</artifactId>
@@ -355,7 +367,7 @@ under the License.
355367
</dependency>
356368
<dependency>
357369
<groupId>org.eclipse.jetty</groupId>
358-
<artifactId>jetty-client</artifactId>
370+
<artifactId>jetty-util</artifactId>
359371
<version>${jetty.version}</version>
360372
<scope>test</scope>
361373
</dependency>

0 commit comments

Comments
 (0)