|
We'll definitely include Acegi as an optional dependency in the POM. The LDAP booster pack isn't in the main Ibiblio repo but Maven has a method for injecting into your own personal repo and we can expect Maven users to know how to use that. I'll upload a file for you guys to check. Just comment here about it and I'll post it when you sign off.
Actually, there's no dependency on ldapbp in Spring LDAP 1.1. That dependency is introduced in the upcoming version, (1.1.1) so it should be removed from the POM for 1.1. Other than that, the POM looks fine to me.
We can store it in the spring-ldap main directory. Any best practice from other projects regarding naming and location?
It seems that this is now in place on ibiblio. Can we close this issue?
I resolve this since it seems to be fixed in the Maven repos out there. Perhaps Ben can confirm this and then close it?
|
|||||||||||||||||||||||||||||||||||||||||||||||||
<dependency org="commons-logging" name="commons-logging" rev="1.0.4" />
<dependency org="commons-lang" name="commons-lang" rev="2.1" />
<dependency org="commons-collections" name="commons-collections" rev="3.1" />
<dependency org="org.springframework" name="spring-beans" rev="2.0"/>
<dependency org="org.springframework" name="spring-core" rev="2.0"/>
<dependency org="org.springframework" name="spring-context" rev="2.0"/>
<dependency org="org.springframework" name="spring-dao" rev="2.0"/>
<dependency org="com.sun" name="ldapbp" rev="1.0" />
ldapbp-1.0 is Sun's LDAP booster pack. It's in Spring's repo-ext. There's also an optional dependency on Acegi 1.0.1, for those using that authentication source. Don't know if that goes in the pom though.