Fixed asm versions

This commit is contained in:
Marcin Grzejszczak
2018-02-09 15:03:48 +01:00
parent 14c0600f8b
commit 3b8a091dfc

View File

@@ -65,17 +65,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>