Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:04
Show Gist options
  • Save apalyukha/d43dc4ded5deb296dc483e842527ba5c to your computer and use it in GitHub Desktop.
Save apalyukha/d43dc4ded5deb296dc483e842527ba5c to your computer and use it in GitHub Desktop.
Spring boot MVC: integration tests - dependencies
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment