Skip to content

Commit

Permalink
#1 Update to 0.0.5 with baseline 3rd party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tscz committed Jul 18, 2020
1 parent 5a2b636 commit 8405f8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {

subprojects {
group = 'com.github.tscz.spring.platform'
version = '0.0.4'
version = '0.0.5'

apply plugin: "java"
apply plugin: "jacoco"
Expand Down
14 changes: 7 additions & 7 deletions gradle/spring-boot-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ dependencies {
implementation libraries.spring_boot_starter_security
implementation libraries.spring_boot_starter_validation

runtimeOnly libraries.postgres
implementation libraries.postgres

testImplementation testLibraries.httpclient
testImplementation testLibraries.h2
testImplementation testLibraries.jsonassert
testImplementation testLibraries.spring_boot_starter_test
testImplementation testLibraries.spring_security_test
implementation testLibraries.httpclient
implementation testLibraries.h2
implementation testLibraries.jsonassert
implementation testLibraries.spring_boot_starter_test
implementation testLibraries.spring_security_test

testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
implementation("org.springframework.restdocs:spring-restdocs-mockmvc")
}

0 comments on commit 8405f8d

Please sign in to comment.