Spring LDAP
[gpl/argeo-tp.git] / META-INF / spring / spring.xml
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