Exclude tomcat by default from turbine amqp

This commit is contained in:
Dave Syer
2015-03-25 13:53:21 +00:00
parent d4cef5673e
commit 3901c66642

View File

@@ -39,6 +39,10 @@
<groupId>com.netflix.rxjava</groupId>
<artifactId>rxjava-core</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-boot-starter-tomcat</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>