temporary commenting out test additions that were breaking build/run

This commit is contained in:
Jason White
2016-12-07 08:46:13 -05:00
parent 1a9dcc1d21
commit 3ab86d69ca
2 changed files with 84 additions and 84 deletions

View File

@ -283,12 +283,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>4.1.3.RELEASE</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.security</groupId>-->
<!--<artifactId>spring-security-test</artifactId>-->
<!--<version>4.1.3.RELEASE</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>