Skip to content

Commit 22eadb3

Browse files
committed
fixing it again bronsh
1 parent 0db95ba commit 22eadb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation 'junit:junit:4.12'
2525

2626
// https://mvnrepository.com/artifact/org.springframework.hateoas/spring-hateoas
27-
compileOnly 'org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE'
27+
compile 'org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE'
2828

2929
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
3030
compileOnly group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.0.0.RELEASE'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.3
1+
version=3.0.4
22
name=PersistenceWSClient
33

44
server.url=http://172.16.2.94:8080/

0 commit comments

Comments
 (0)