Moved AOP module and removed Spring Boot starter (#1506)

* Moved AOP module and removed Spring Boot starter

* Fixed accidentally committed git message

* Fixed pom
This commit is contained in:
Andrew Morgan 2017-04-01 07:53:56 +01:00 committed by Grzegorz Piwowarek
parent cc0c7d54a9
commit 4b98413c4a
1 changed files with 0 additions and 6 deletions

View File

@ -15,11 +15,6 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
@ -28,7 +23,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>