diff --git a/cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/identityproviders/AbstractAuthenticationConfiguration.java b/cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/identityproviders/AbstractAuthenticationConfiguration.java
index 9fcaa5f721..f453ba066c 100644
--- a/cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/identityproviders/AbstractAuthenticationConfiguration.java
+++ b/cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/identityproviders/AbstractAuthenticationConfiguration.java
@@ -44,7 +44,7 @@ abstract class AbstractAuthenticationConfiguration
*/
@JsonProperty("linkText")
@Nullable
- abstract Boolean getLinkText();
+ abstract String getLinkText();
/**
* The client ID which is registered with the external OAuth provider for use by the UAA
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 2a76b0947c..71d210b15e 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -76,7 +76,7 @@
${project.version}
test
-
+
org.hamcrest
hamcrest-junit
2.0.0.0
@@ -93,16 +93,6 @@
value
provided
-
- org.springframework.boot
- spring-boot-starter
- test
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-