Should work?

This commit is contained in:
Marcin Grzejszczak
2017-10-11 12:47:43 +02:00
parent f6e271b807
commit 59dbbde471

View File

@@ -141,6 +141,11 @@
<groupId>org.eclipse.jetty</groupId>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>spring-boot-starter-jersey</artifactId>
<groupId>org.springframework.boot</groupId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>