Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created September 3, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Romeh/8560b85f0769804df2dba7ec5c4e6b61 to your computer and use it in GitHub Desktop.
Save Romeh/8560b85f0769804df2dba7ec5c4e6b61 to your computer and use it in GitHub Desktop.
dependencies {
compile group: 'org.springframework.boot', name: 'spring-boot-starter'
testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
testCompile('org.junit.jupiter:junit-jupiter-params:5.2.0')
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.2.0')
testCompile "org.mockito:mockito-core:2.+"
testCompile('org.mockito:mockito-junit-jupiter:2.18.3')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment