Issue Details (XML | Word | Printable)

Key: LDAP-1
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ben Hale
Reporter: Ben Hale
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Spring LDAP

Create and Upload Maven POMs for Spring LDAP 1.1

Created: 05/Oct/06 10:36 AM   Updated: 12/May/07 05:32 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. File spring-ldap.pom (2 kB)



 Description  « Hide
Create and upload Maven POMs for Spring LDAP 1.1.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Ulrik Sandberg added a comment - 07/Oct/06 04:50 PM
These are the dependencies we require:

<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.


Ben Hale added a comment - 08/Oct/06 03:18 PM
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.

Mattias Arthursson added a comment - 12/Oct/06 02:11 PM
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.

Ben Hale added a comment - 12/Oct/06 07:53 PM
Any thoughts on where you want to check this file into source control?

Ulrik Sandberg added a comment - 13/Oct/06 04:59 AM
We can store it in the spring-ldap main directory. Any best practice from other projects regarding naming and location?


Mattias Arthursson added a comment - 22/Oct/06 07:53 AM
It seems that this is now in place on ibiblio. Can we close this issue?

Ulrik Sandberg added a comment - 17/Jan/07 01:46 PM
I resolve this since it seems to be fixed in the Maven repos out there. Perhaps Ben can confirm this and then close it?