Remove dependencies from parent pom

Fixes #44
This commit is contained in:
Eric Bottard
2017-05-27 15:42:46 +02:00
parent ec83869c9f
commit 15ed6ed0c0
6 changed files with 84 additions and 27 deletions

View File

@@ -17,5 +17,16 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell2-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>