diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 82391982877..2f095547d68 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -64,6 +64,7 @@ 2.9.1 3.2.1 2.3.22 + 4.4.2 1.4.4 8.0.0 3.0.0 @@ -146,6 +147,7 @@ 1.7 2.0 1.6.3 + 1.3.04 3.0.2 @@ -497,6 +499,12 @@ com.gemstone.gemfire gemfire ${gemfire.version} + + + org.springframework.data + spring-data-gemfire + + com.github.mxab.thymeleaf.extras @@ -995,6 +1003,11 @@ crash.shell ${crashub.version} + + org.eclipse.jdt.core.compiler + ecj + ${ecj.version} + org.eclipse.jetty jetty-annotations @@ -1586,6 +1599,11 @@ wsdl4j ${wsdl4j.version} + + xml-apis + xml-apis + ${xml-apis.version} + diff --git a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml index c6511501275..c32b8379bf6 100644 --- a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml @@ -25,6 +25,12 @@ com.gemstone.gemfire gemfire + + + commons-logging + commons-logging + + org.springframework.data