Skip to content

Commit aad0b37

Browse files
committed
Fixing gradle
1 parent 22eadb3 commit aad0b37

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ repositories {
1919
dependencies {
2020
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
2121
implementation 'com.google.guava:guava:21.0'
22+
23+
// https://mvnrepository.com/artifact/org.springframework.hateoas/spring-hateoas
24+
implementation 'org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE'
2225

2326
// Use JUnit test framework
2427
testImplementation 'junit:junit:4.12'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.4
1+
version=3.0.5
22
name=PersistenceWSClient
33

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

0 commit comments

Comments
 (0)