We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eadb3 commit aad0b37Copy full SHA for aad0b37
2 files changed
build.gradle
@@ -19,6 +19,9 @@ repositories {
19
dependencies {
20
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
21
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'
25
26
// Use JUnit test framework
27
testImplementation 'junit:junit:4.12'
src/main/java/com/apporelbotna/gameserver/persistencewsclient/properties/application.properties
@@ -1,4 +1,4 @@
1
-version=3.0.4
+version=3.0.5
2
name=PersistenceWSClient
3
4
server.url=http://172.16.2.94:8080/
0 commit comments