fixing graph problem on standard deployment

This commit is contained in:
eugenp 2015-03-31 11:23:44 +03:00
parent ef29b41604
commit 6b6d9e7a31
1 changed files with 8 additions and 0 deletions

View File

@ -90,7 +90,15 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<!-- deployment -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<!-- Querydsl -->
<dependency>