|
|
|
|
@ -156,6 +156,7 @@
@@ -156,6 +156,7 @@
|
|
|
|
|
<spring-hateoas.version>0.23.0.RELEASE</spring-hateoas.version> |
|
|
|
|
<spring-integration.version>5.0.0.BUILD-SNAPSHOT</spring-integration.version> |
|
|
|
|
<spring-kafka.version>1.1.2.RELEASE</spring-kafka.version> |
|
|
|
|
<spring-ldap.version>2.3.0.BUILD-SNAPSHOT</spring-ldap.version> |
|
|
|
|
<spring-loaded.version>1.2.6.RELEASE</spring-loaded.version> |
|
|
|
|
<spring-mobile.version>1.1.5.RELEASE</spring-mobile.version> |
|
|
|
|
<spring-plugin.version>1.2.0.RELEASE</spring-plugin.version> |
|
|
|
|
@ -2106,6 +2107,36 @@
@@ -2106,6 +2107,36 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-core</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-core-tiger</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-ldif-batch</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-ldif-core</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-odm</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-test</artifactId> |
|
|
|
|
<version>${spring-ldap.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.mobile</groupId> |
|
|
|
|
<artifactId>spring-mobile-device</artifactId> |
|
|
|
|
|