Spring LDAP
authormbaudier <mbaudier@argeo.org>
Fri, 2 Jan 2015 12:48:38 +0000 (13:48 +0100)
committermbaudier <mbaudier@argeo.org>
Fri, 2 Jan 2015 12:48:38 +0000 (13:48 +0100)
META-INF/spring/distribution.xml
META-INF/spring/spring.xml

index 36b59758c99b0d2350047e21e492c3ff2cd3264f..1f23fa8d34c6c7901d1e6cb97f6e5cdecc80092b 100644 (file)
@@ -21,6 +21,7 @@
                                <ref bean="misc/org.aspectj" />
                                <ref bean="misc/org.bouncycastle" />
                                <ref bean="spring/org.springframework" />
+                               <ref bean="org.springframework.ldap" />
                                <ref bean="spring/org.springframework.security" />
                                <ref bean="apache/org.apache.ant" />
                                <ref bean="apache/org.apache.commons.io" />
index 57057fd164e0061434e6f9ac6ce3bcb5a2c10950..f4efc616885aeb1369a1a10326200b95704c5b10 100644 (file)
                <property name="groupId" value="org.argeo.tp.spring" />
        </bean>
 
-       <flow:flow name="spring/org.springframework"
-               spec="spec.version">
+       <flow:flow name="spring/org.springframework" spec="spec.version">
                <flow:arg name="version" value="3.2.4" />
                <bean parent="template.archiveWrapper">
                        <property name="uri"
                </bean>
        </flow:flow>
 
+       <bean id="org.springframework.ldap" p:sourceCoords="org.springframework.ldap:spring-ldap-core:2.0.2.RELEASE"
+               parent="template.mavenWrapper">
+               <property name="license">
+                       <util:constant static-field="org.argeo.slc.repo.FreeLicense.APACHE" />
+               </property>
+       </bean>
+
 </beans>
\ No newline at end of file