GH-12: Remove Jersey dependency from tutorial app

Fixes GH-12 (https://github.com/spring-projects/spring-amqp-samples/issues/12)

Now we have such a report:
```
EmbeddedServletContainerAutoConfiguration did not match
    - not a web application (OnWebApplicationCondition)
```
This commit is contained in:
Artem Bilan
2016-08-12 16:59:20 -04:00
parent 8aad43786f
commit 608648e67f
2 changed files with 1 additions and 6 deletions

View File

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

View File

@@ -8,4 +8,4 @@ logging:
tutorial:
client:
duration: 10000
duration: 10000